help-octave
[Top][All Lists]
Advanced

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

error: memory exhausted -- trying to return to prompt


From: Ian Garcia
Subject: error: memory exhausted -- trying to return to prompt
Date: Sat, 9 Aug 2003 13:37:03 -0700 (PDT)

 Hello all,

 I' have an array of length=19200;
 I'm trying to use the statistical function ranks
 on it but I get this error

 error: memory exhausted -- trying to return to prompt

 Is there any way to solve this ?

 Thanks a lot

 Ian


octave:1>R = pgnumdata("marray", ["select mean from
arrays where array_id=1 order by gene_id "]);

octave:2>length(R)
ans=19200

octave:3>R=ranks(R)

 error: memory exhausted -- trying to return to prompt





__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

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