help-octave
[
Top
][
All Lists
]
Advanced
[
Date Prev
][
Date Next
][
Thread Prev
][
Thread Next
][
Date Index
][
Thread Index
]
`kmeans' undefined near line 7 column 8
From
:
zetah
Subject
:
`kmeans' undefined near line 7 column 8
Date
:
Thu, 28 Feb 2013 12:55:14 +0100
Hi,
I use octave-3.6.2 on XP 32bit.
I'm trying to run a script, but I get an error which doesn't seem to be indexed by Google.
Here it is:
========================================
im = imread('test.png');
r = reshape(im, [size(im,1) * size(im,2),3]);
[k,c] = kmeans(double(r),20);
========================================
which gives me this error:
========================================
error: `kmeans' undefined near line 7 column 8
========================================
Can anyone point me what is causing this error and how to resolve it?
TIA
reply via email to
[Prev in Thread]
Current Thread
[
Next in Thread
]
`kmeans' undefined near line 7 column 8
,
zetah
<=
Re: `kmeans' undefined near line 7 column 8
,
Doug Stewart
,
2013/02/28
Re: `kmeans' undefined near line 7 column 8
,
zetah
,
2013/02/28
Re: `kmeans' undefined near line 7 column 8
,
vinukn
,
2013/02/28
Re: `kmeans' undefined near line 7 column 8
,
zetah
,
2013/02/28
Re: `kmeans' undefined near line 7 column 8
,
Juan Pablo Carbajal
,
2013/02/28
RE: `kmeans' undefined near line 7 column 8
,
Graham Toal
,
2013/02/28
Prev by Date:
Re: Permission to translate your page at http://wiki.octave.org/
Next by Date:
Re: minimization problem, sqp
Previous by thread:
fltk - last plot in a series is incorrect
Next by thread:
Re: `kmeans' undefined near line 7 column 8
Index(es):
Date
Thread