MATLAB: How to introduce a saved matrix

load a matrix

I have created a matrix 1×4014 as 'new' along with data in it.and saved it as a file of new.mat with the help of save command as 'save new;' how to reuse it where ever I required plz explain?

Best Answer

Read about load. You can load the mat file, where and when evr you want and use the variables.