Saving a figure without menu?
古いコメントを表示
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?
採用された回答
その他の回答 (1 件)
Azzi Abdelmalek
2013 年 8 月 30 日
編集済み: Azzi Abdelmalek
2013 年 8 月 30 日
x=0:0.1:10;
y=sin(x)
h=plot(x,y)
saveas(h,'filename.jpg')
2 件のコメント
thomas mann
2013 年 8 月 30 日
Azzi Abdelmalek
2013 年 8 月 30 日
Try this
set(gcf,'menubar','figure')
カテゴリ
ヘルプ センター および File Exchange で Graphics Performance についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!