1. 聚类分析结果 2. matlab完整代码 (1)读取数据,并进行标准化 [X,textdata] = xlsread('examp09_02.xls'); % 从Excel文件中读取数据 X = zscore(X