please can someone tell me what to do here what does it mean ? and does setappdata fall under a certain library i need to install for matlab plz help

2 vues (au cours des 30 derniers jours)

Réponses (1)

Voss
Voss le 29 Nov 2022
setappdate(0,'filename',filename);
% ^ this should be an "a". setappdata not setappdate
  2 commentaires
Voss
Voss le 29 Nov 2022
Modifié(e) : Voss le 29 Nov 2022
@jana: And in the next call to setappdata, you'll get a different error because this:
setappdata(0,a',a)
should be this (I imagine):
setappdata(0,'a',a)

Connectez-vous pour commenter.

Catégories

En savoir plus sur Get Started with MATLAB 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