Saving a figure without menu?
Ältere Kommentare anzeigen
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?
Akzeptierte Antwort
Weitere Antworten (1)
Azzi Abdelmalek
am 30 Aug. 2013
Bearbeitet: Azzi Abdelmalek
am 30 Aug. 2013
x=0:0.1:10;
y=sin(x)
h=plot(x,y)
saveas(h,'filename.jpg')
2 Kommentare
thomas mann
am 30 Aug. 2013
Azzi Abdelmalek
am 30 Aug. 2013
Try this
set(gcf,'menubar','figure')
Kategorien
Mehr zu Graphics Performance finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!