Saving a figure without menu?
Mostra commenti meno recenti
There is a figure('Menu','none') and a plot inside that figure. nothing else. is it possible to save it in .fig or .jpg? or extract data?
Risposta accettata
Più risposte (1)
Azzi Abdelmalek
il 30 Ago 2013
Modificato: Azzi Abdelmalek
il 30 Ago 2013
x=0:0.1:10;
y=sin(x)
h=plot(x,y)
saveas(h,'filename.jpg')
2 Commenti
thomas mann
il 30 Ago 2013
Azzi Abdelmalek
il 30 Ago 2013
Try this
set(gcf,'menubar','figure')
Categorie
Scopri di più su Graphics Performance in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!