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 visualizaciones (últimos 30 días)

Respuestas (1)

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

Iniciar sesión para comentar.

Categorías

Más información sobre Get Started with MATLAB en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by