help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: `kmeans' undefined near line 7 column 8


From: Doug Stewart
Subject: Re: `kmeans' undefined near line 7 column 8
Date: Thu, 28 Feb 2013 07:00:28 -0500




On Thu, Feb 28, 2013 at 6:55 AM, zetah <address@hidden> wrote:
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

_______________________________________________
Help-octave mailing list
address@hidden
https://mailman.cae.wisc.edu/listinfo/help-octave


did you install the statistics package?
  to get help for packages do:

help pkg
--
DAS

https://linuxcounter.net/user/206392.html

reply via email to

[Prev in Thread] Current Thread [Next in Thread]