Save and Load the variables in GUI Mode
1 view (last 30 days)
Show older comments
Hello
I nee to save a structure LD in a file. The user types the filename using uiputfile
[file,path] = uiputfile('*.m','Save file name');
if file~=0
save(fullfile(path,file), LD)
end
error:
??? Error using ==> save Argument must contain a string.
Can some one help me pls.
0 Comments
Accepted Answer
More Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!