openfig cannot display figure in Matlab Mobile

I started a for loop to open multiple '.fig' files like this:
for i = 1: 10
FigName = '/xxxxx/yyyy' + List(i) + '.fig'
FigName = char(FigName)
openfig(FigName)
end
it shows like this:
ans =
Figure (1) with properties:
......
BUT NO IMAGES!
I'm doing this on ipad, wish someone to help me!
Thanks!!

댓글 수: 2

Plus, openfig(FigName) works in the command window.
I guess it's because the openfig function needs some time to load figures, but loops excuted too fast in this case.

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

답변 (0개)

카테고리

도움말 센터File Exchange에서 Loops and Conditional Statements에 대해 자세히 알아보기

질문:

2021년 5월 26일

댓글:

2021년 5월 26일

Community Treasure Hunt

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

Start Hunting!

Translated by