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 Ansichten (letzte 30 Tage)

Antworten (1)

Voss
Voss am 29 Nov. 2022
setappdate(0,'filename',filename);
% ^ this should be an "a". setappdata not setappdate
  2 Kommentare
Voss
Voss am 29 Nov. 2022
Bearbeitet: Voss am 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)

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Get Started with MATLAB 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