Saving a figure without menu?
Afficher commentaires plus anciens
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?
Réponse acceptée
Plus de réponses (1)
Azzi Abdelmalek
le 30 Août 2013
Modifié(e) : Azzi Abdelmalek
le 30 Août 2013
x=0:0.1:10;
y=sin(x)
h=plot(x,y)
saveas(h,'filename.jpg')
2 commentaires
thomas mann
le 30 Août 2013
Azzi Abdelmalek
le 30 Août 2013
Try this
set(gcf,'menubar','figure')
Catégories
En savoir plus sur Graphics Performance dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!