I want to call my old FIG on screen. and resave them in JPG. Please, write in details: How can I do it?

1 view (last 30 days)
I want to see on screen my old curve of computations having extantion FIG. Please, write in detail: How can I do it?
Alexander

Accepted Answer

Alexander Bolonkin
Alexander Bolonkin on 17 Feb 2019
Command .>> fig = openfig('FN.fig'); is worling.
Thank you.
Alexander

More Answers (1)

Walter Roberson
Walter Roberson on 15 Feb 2019
fig = loadfig('FigFileNameGoesHere.fig');
saveas(fig, 'JPGFileNameGoesHere.jpg');

Categories

Find more on Programming in Help Center and File Exchange

Tags

Products

Community Treasure Hunt

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

Start Hunting!