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

조회 수: 1 (최근 30일)
I want to see on screen my old curve of computations having extantion FIG. Please, write in detail: How can I do it?
Alexander
  댓글 수: 1
Alexander Bolonkin
Alexander Bolonkin 2019년 2월 15일
MATLAB ansers:
fig=loadfig('Fig...);
Undefined function 'loadfig'.
saveas(fig.' ... .jpg');
Unexpected MATLAB expression.
Alexander

댓글을 달려면 로그인하십시오.

채택된 답변

Alexander Bolonkin
Alexander Bolonkin 2019년 2월 17일
Command .>> fig = openfig('FN.fig'); is worling.
Thank you.
Alexander

추가 답변 (1개)

Walter Roberson
Walter Roberson 2019년 2월 15일
fig = loadfig('FigFileNameGoesHere.fig');
saveas(fig, 'JPGFileNameGoesHere.jpg');

카테고리

Help CenterFile Exchange에서 Programming에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by