Save workspace data with user input

MATLAB programming related topics
Post Reply
User avatar
amh
Site Admin
Posts: 263
Joined: Thu Jan 06, 2022 12:35 am

Save workspace data with user input

Post by amh »

Code: Select all

savefile = input('Enter the filename:','s');
save(savefile)
Matlab R2022b
Post Reply