Hello developers, I have got an error : Attempt to execute SCRIPT vl_ikmeanspush as a function
조회 수: 1 (최근 30일)
이전 댓글 표시
I run this function of VLFeat library in matlab version 2017b (64bit windows 10).
I = vl_ikmeanspush(uint8(var2.D), int32(codebook));
where the this function is:
% VL_IKMEANSPUSH Project data on integer K-means partions % I = VL_IKMEANSPUSH(X,C) projects the data X to the integer K-meanns % clusters of centers C returning the cluster indeces I.
% See also: VL_IKMEANS(), VL_HELP().
% Copyright (C) 2007-12 Andrea Vedaldi and Brian Fulkerson. % All rights reserved.
% This file is part of the VLFeat library and is made available under % the terms of the BSD license (see the COPYING file).
output: error: Attempt to execute SCRIPT vl_ikmeanspush as a function: E:\cpmc-\external_code\vlfeats\toolbox\kmeans\vl_ikmeanspush.m
댓글 수: 0
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 EEG/MEG/ECoG에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!