in_flu_ence
May 12th, 2009, 07:56 AM
Anyone know what is the maximum size that an array can take in octave?
I have 120000 values wanting to put in an array
when I did so, I found that I can only get 100000?
what I did is
M=dlmread('test.csv','','a1..a120000')
mlen=length(M) %This shows 100000
Any advice?
I have 120000 values wanting to put in an array
when I did so, I found that I can only get 100000?
what I did is
M=dlmread('test.csv','','a1..a120000')
mlen=length(M) %This shows 100000
Any advice?