Effacer les filtres
Effacer les filtres

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

2 vues (au cours des 30 derniers jours)

Réponse acceptée

Walter Roberson
Walter Roberson le 29 Nov 2022
You called setappdate with a final e instead of setappdata with a final a
  2 commentaires
jana
jana le 29 Nov 2022
can you please write iy down for me i dont understand
Walter Roberson
Walter Roberson le 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

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Develop Apps Using App Designer dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by