help-octave
[Top][All Lists]
Advanced

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

Re: out of memory or dimension too large for Octave's index type


From: Dmitri A. Sergatskov
Subject: Re: out of memory or dimension too large for Octave's index type
Date: Thu, 26 Jun 2014 19:52:54 -0500




On Thu, Jun 26, 2014 at 7:00 PM, dkeck <address@hidden> wrote:
I simply assumed that there might be a copy of 'A' somewhere in the
background. A naive approach is:
>> A1=ones(5280,4608);
>> A2=ones(5280,4608);
error: out of memory or dimension too large for Octave's index type

Which already brings up the error. Yet I can't say what causes this.


​Memory fragmentation.​
 
​Dmitri.
--


reply via email to

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