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')
카테고리
도움말 센터 및 File Exchange에서 Creating, Deleting, and Querying Graphics Objects에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!