how can i solve this error knowing im working on app designer ?and does the input setappdate under a certain library?

1 回表示 (過去 30 日間)

採用された回答

Walter Roberson
Walter Roberson 2022 年 11 月 29 日
You called setappdate with a final e instead of setappdata with a final a
  2 件のコメント
jana
jana 2022 年 11 月 29 日
can you please write iy down for me i dont understand
Walter Roberson
Walter Roberson 2022 年 11 月 29 日
Your current code has
setappdate(0,'filename',filename);
% ^--- notice the e
The code needs to be
setappdata(0,'filename',filename);
% ^--- notice the a

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeDevelop Apps Using App Designer についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by