matlab,xls转换为mat文件

b=xlsread('iris_data.xls');
save iris_data.mat b

原文地址:https://www.cnblogs.com/chamie/p/5791375.html