Filter löschen
Filter löschen

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

1 Ansicht (letzte 30 Tage)

Akzeptierte Antwort

Walter Roberson
Walter Roberson am 29 Nov. 2022
You called setappdate with a final e instead of setappdata with a final a
  2 Kommentare
Walter Roberson
Walter Roberson am 29 Nov. 2022
Your current code has
setappdate(0,'filename',filename);
% ^--- notice the e
The code needs to be
setappdata(0,'filename',filename);
% ^--- notice the a

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Develop Apps Using App Designer finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by