[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.
- error type, asha g, 2012/11/05
- Re: error type, Juan Pablo Carbajal, 2012/11/06
- Re: error type,
Jordi Gutiérrez Hermoso <=