help-octave
[Top][All Lists]
Advanced

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

Re: Error in `xcorr` (Signal package) "out of memory or dimension too la


From: Robert T. Short
Subject: Re: Error in `xcorr` (Signal package) "out of memory or dimension too large for Octave's index type"
Date: Thu, 8 Mar 2018 07:32:36 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0

On 03/07/2018 08:21 PM, Fabcap77 wrote:
I do think I need a workaround that doesn't eat up so much memory, then - if
there's any.



--
Sent from: http://octave.1599824.n4.nabble.com/Octave-General-f1599825.html


-----------------------------------------
Join us March 12-15 at CERN near Geneva
Switzerland for OctConf 2018.  More info:
https://wiki.octave.org/OctConf_2018
-----------------------------------------


I think you are creating a 744x744 matrix.  If you want a vector of 744 elements, try

var = stdnormal_rnd(744,1)

The documentation for this function reads "When called with a single size argument, return a square matrix with the dimension specified"




reply via email to

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