Borrar filtros
Borrar filtros

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

1 visualización (últimos 30 días)

Respuesta aceptada

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

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Develop Apps Using App Designer 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