octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #31942] Save/load single precision variables w


From: anonymous
Subject: [Octave-bug-tracker] [bug #31942] Save/load single precision variables with MATLAB data format fails
Date: Thu, 06 Jan 2011 16:54:27 +0000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-GB; rv:1.9.2.13) Gecko/20101203 SUSE/3.6.13-0.2.1 Firefox/3.6.13

Follow-up Comment #8, bug #31942 (project octave):

Unless I made a mistake when applying the patch, it is still not entirely
fixed.
This now works:
  a=struct('field1',single(0:1),'field2',single(0));
  save a.mat a -v6; load a
But this doesn't work any more:
  a=struct('field1',single(0),'field2',single(0));
  save a.mat a -v6; load a

Thanks.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?31942>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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