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

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

[Octave-bug-tracker] [bug #54416] save function matlab compabitibility


From: Michael Leitner
Subject: [Octave-bug-tracker] [bug #54416] save function matlab compabitibility
Date: Wed, 1 Aug 2018 02:32:42 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0

Follow-up Comment #1, bug #54416 (project octave):

That's because the default formats under Matlab und Octave differ: observe
that you did not specify the format for saving, therefore Octave uses its
default format, while you did specify a non-standard format for loading, which
obviously do not fit. I would argue that your code is no valid use-case (not
even on Matlab), as you typically would want to specify the format on saving
(assuming you care for some specific non-standard format), but would be happy
to let load find out the correct format itself. And indeed that works,
specifying "-mat" (without quotes) for save but omitting it from load.

    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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