If filename has no extension that is no period followed by text and the value of format is not specified then matlab appends mat if filename does not include a full path matlab saves to the current folder.
Save mat file to specific folder.
If you do not specify filename the save function saves to a file named matlab mat.
I have a script that i use on many different files saved in different folders.
For example you want to save a and b to the mat file variable a 1 variable b 2 in a folder save test.
To save the variables x and y to a file called myfile mat in a folder called myfolder try this.
Follow the instructions in the faq it covers changing mat filenames in a loop.
Select the mat file you want to load and click open.
I use the save and saveas functions in my script to keep my results.
If you do not specify filename the save function saves to a file named matlab mat.
To load a subset of variables from a mat file on the home tab in the variable section click import data.
If filename has no extension that is no period followed by text and the value of format is not specified then matlab appends mat if filename does not include a full path matlab saves to the current folder.
You also can drag the desired variables from the current folder.
Name of file specified as a character vector or string scalar.
To load saved variables from a mat file into your workspace double click the mat file in the current folder browser.
All of the files i want to keep separate i keep in different folders.
Hi i am trying to import csv file and save as mat file.
Name of file specified as a character vector or string scalar.
I have only one version of the script at a time and change the inputs as appropriate for different data sets.
It s also good to use fullfile in addition to sprintf to build the complete filename as the second faq example shows.