+2 votes
in Matlab by

How one can save the matlab environment data into a matlab data file and call the same in any other matlab program whenever required?

1 Answer

0 votes
by

MATLAB programmer can use ‘save’ and ‘load’ for doing the above.

...