主题: [MATLAB基础] matlab CODE問題
查看单个帖子
旧 2015-09-22, 14:58   #1
dd2dj6oa71
初级会员
 
注册日期: 2015-09-22
帖子: 1
声望力: 0
dd2dj6oa71 正向着好的方向发展
问题 matlab CODE問題

由於初學 所以不知道錯什麼

在網上 下載了一個CODE

% ====== Get the data set
DS = dcData(2);
subplot(2,2,1);
plot(DS.input(1,, DS.input(2,, '.');
axis tight, axis image
% ====== Run kmeans
centerNum=4;
[center, U, distortion, allCenters] = kMeansClustering(DS.input, centerNum);
% ====== Plot the result
subplot(2,2,2);
vqDataPlot(DS.input, center);
subplot(2,1,2);
plot(distortion, 'o-');
xlabel('No. of iterations'); ylabel('Distortion'); grid on


它說DS = dcData(2); 這裡錯了 是錯什麼
dd2dj6oa71 当前离线   回复时引用此帖