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

 Accepted Answer

You called setappdate with a final e instead of setappdata with a final a

2 Comments

can you please write iy down for me i dont understand
Your current code has
setappdate(0,'filename',filename);
% ^--- notice the e
The code needs to be
setappdata(0,'filename',filename);
% ^--- notice the a

Sign in to comment.

More Answers (0)

Categories

Find more on Develop Apps Using App Designer in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!