help-octave
[Top][All Lists]
Advanced

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

Re: error type


From: Juan Pablo Carbajal
Subject: Re: error type
Date: Tue, 6 Nov 2012 12:09:59 +0100

On Tue, Nov 6, 2012 at 4:13 AM, 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
> index type -- trying to return to prompt
> error: popen2: process creation failed -- Cannot allocate memory
> error: called from:
> error:   /usr/share/octave/3.2.3/m/plot/__gnuplot_open_stream__.m at line
> 28, column 44
> error:   /usr/share/octave/3.2.3/m/plot/gnuplot_drawnow.m at line 85, column
> 19
> octave3.2:1>
>
>
>
>
>
>
>
>
> _______________________________________________
> Help-octave mailing list
> address@hidden
> https://mailman.cae.wisc.edu/listinfo/help-octave
>

>From the information you give us, it seems that you are accessing an
array with an index that is too big.
For example, this should give you the same error

jet(inf)

Cheers


reply via email to

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