資源簡介
相關(guān)性分析的matlab代碼,測試可行;主要用于數(shù)據(jù)分析
代碼片段和文件信息
%%?餐飲銷量數(shù)據(jù)相關(guān)性分析
clear;
%?初始化參數(shù)
catering_sale?=?‘../data/catering_sale_all.xls‘;?%?餐飲數(shù)據(jù),含有其他屬性
index?=?1;?%?銷量數(shù)據(jù)所在列?
%%?讀入數(shù)據(jù)
[numtxt]?=?xlsread(catering_sale);
%%?相關(guān)
評論
共有 條評論