Page 1 of 1

Save workspace data with user input

Posted: Thu Mar 16, 2023 2:00 pm
by amh

Code: Select all

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