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 vue (au cours des 30 derniers jours)
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?

Réponse acceptée

Abhishek Pandey
Abhishek Pandey le 20 Juil 2015
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

Plus de réponses (0)

Catégories

En savoir plus sur Interactive Control and Callbacks dans Help Center et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by