Feeds
답변 있음
Why do I get this message : Error using kmeans ---X must have more rows than the number of clusters.
This is the code: ab = IM1; nrows = size(ab,1); ncols = size(ab,2); ab = reshape(ab,nrows*ncols,1); nCol...
Why do I get this message : Error using kmeans ---X must have more rows than the number of clusters.
This is the code: ab = IM1; nrows = size(ab,1); ncols = size(ab,2); ab = reshape(ab,nrows*ncols,1); nCol...
12년 초과 전 | 0
질문
Why do I get this message : Error using kmeans ---X must have more rows than the number of clusters.
Hello, When I run a collegue script, i get this error message: Error using kmeans ---X must have more rows than the number o...
12년 초과 전 | 답변 수: 4 | 0
