help for "*.mexw64" file
显示 更早的评论
hello; I try to run a toolbox (tech_geek_files) in matlab 20013a 64 bit/windows 7 64 bit/mvc 2010 I got this message:
if true
% Undefined function 'vgg_kmiter' for input arguments of type
'double'.
Error in vgg_kmeans (line 32)
[CX, sse] = vgg_kmiter(X, CX);
Error in main (line 47)
CX=vgg_kmeans(X, 500);% Clustering
end
need help please .
回答(1 个)
Walter Roberson
2013-12-17
0 个投票
It appears that you are using http://www.mathworks.com/matlabcentral/fileexchange/38050-bag-of-words-representation-for-biomedical-time-series-classificaiton
You will need to follow the installation instructions, which might be in README.txt
2 个评论
asmae
2013-12-17
Walter Roberson
2013-12-17
Okay; in any case, the difficulty is not with any Mathworks-supplied routine.
类别
在 帮助中心 和 File Exchange 中查找有关 Clusters and Clouds 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!