help-octave
[Top][All Lists]
Advanced

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

Re: error type


From: Jordi Gutiérrez Hermoso
Subject: Re: error type
Date: Tue, 6 Nov 2012 09:07:42 -0500

On 5 November 2012 22:13, asha g <address@hidden> wrote:
>  I get the following error message and my results do not plot. I do not
> understand as it worked with N = 61 and now it is having a problem with N =
> 81. What can I do to sort this out ? Thanks Asha G
>
> octave3.2:1> cabunbactcent1aoct
> error: memory exhausted or requested size too large for range of Octave's

It is difficult to know the precise problem without seeing your code,
but it's likely you either attempted to create a gigantic matrix that
Octave cannot allocate in memory or has more elements than the maximum
index size (by default, 2^32-1), or you've uncovered an Octave bug.

- Jordi G. H.


reply via email to

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