help-octave
[Top][All Lists]
Advanced

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

multidimensional saving


From: lightman
Subject: multidimensional saving
Date: Fri, 20 Jul 2012 06:26:39 -0700 (PDT)

Hi there,

i've got a problem with saving or/and loading a multidimensional matrix.
The matrix "reaction" is generated within two for-loops.

octave:50> whos reaction
Variables in the current scope:

   Attr Name          Size                     Bytes  Class
   ==== ====          ====                     =====  =====
        reaction      1x11x6x4926            2600928  double

Total is 325116 elements using 2600928 bytes

I save this variable with:

octave:51> save -binary reaction reaction

I want to load it with

reload = load("reaction");

But I get this:

octave:52> whos reload
Variables in the current scope:

   Attr Name        Size                     Bytes  Class
   ==== ====        ====                     =====  =====
        reload      1x1                    2600928  struct

Total is 1 element using 2600928 bytes


How can I load the data and have it the same size?!??!

Thank You!
lightman



--
View this message in context: 
http://octave.1599824.n4.nabble.com/multidimensional-saving-tp4631529.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

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