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 件のコメント

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

サインインしてコメントする。

回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeLoops 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