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?
    5 views (last 30 days)
  
       Show older comments
    
    Harmohan Singh
 on 17 Jul 2015
  
    
    
    
    
    Answered: Abhishek Pandey
    
 on 20 Jul 2015
            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?
0 Comments
Accepted Answer
  Abhishek Pandey
    
 on 20 Jul 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
0 Comments
More Answers (0)
See Also
Categories
				Find more on Loops and Conditional Statements in Help Center and File Exchange
			
	Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
