保存:
save(‘xxx.mat‘,‘x‘)
x是一个实际的变量;
读取;
x=load(‘xxx.mat‘);
[Tips] matlab save load
原文:https://www.cnblogs.com/immortalBlog/p/12449740.html