I saved a Simplot figure as jpg. When I open the jpg file, axis are shown but there are no plots. What could be wrong?

1 回表示 (過去 30 日間)
I saved a Simplot figure as jpg. When I open the jpg file, axis are shown but there are no plots. What could be wrong?

採用された回答

Abhishek Pandey
Abhishek Pandey 2015 年 7 月 20 日
Hi Harmohan,
It would help if you could give more information. Have you tried a simple plot command like this one? Does that work?
plot(rand(10))
saveas(gcf, 'myPlot.jpeg', 'jpeg');
- Abhishek

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeInteractive Control and Callbacks についてさらに検索

製品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by