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: dkeck
Subject: Re: out of memory or dimension too large for Octave's index type
Date: Thu, 26 Jun 2014 17:00:10 -0700 (PDT)

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.



--
View this message in context: 
http://octave.1599824.n4.nabble.com/out-of-memory-or-dimension-too-large-for-Octave-s-index-type-tp4664823p4665092.html
Sent from the Octave - General mailing list archive at Nabble.com.



reply via email to

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