matlab读xls数据

[ndata,label,abalone]=xlsread('data.xls')

ndata:表示数字属性

label:表示类别属性

abalone:全部数据

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