help-octave
[Top][All Lists]
Advanced

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

Unidentified subject!


From: Darrick Edward Chang
Subject: Unidentified subject!
Date: Wed, 15 Sep 2004 19:40:23 -0400 (EDT)

Hi, I was wondering if there is any fundamental limit to the size of a
matrix that can be created in octave.

In particular, I come across the following error messages:
> octave:2> a=i*ones(16400,8192);
> panic: Segmentation fault -- stopping myself...
> attempting to save variables to `octave-core'...
> save to `octave-core' complete
> Segmentation fault

> octave:3> a=zeros(16384,16384);
> error: Array::Array (const Array&, const dim_vector&): dimension
mismatch
> error: Array::Array (const Array&, const dim_vector&): dimension
mismatch
> error: evaluating assignment expression near line 3, column 2

Is there any fix around these problems?  Thanks for your help!

Darrick
address@hidden



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

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