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: Arnaud Delorme
Subject: [Octave-bug-tracker] [bug #54416] save function matlab compabitibility
Date: Wed, 1 Aug 2018 01:33:49 -0400 (EDT)
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.75 Safari/537.36

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

                 Summary: save function matlab compabitibility
                 Project: GNU Octave
            Submitted by: arnodelorme
            Submitted on: Wed 01 Aug 2018 05:33:48 AM UTC
                Category: Octave Function
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Matlab Compatibility
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.4.0
        Operating System: Mac OS

    _______________________________________________________

Details:

This code works in Matlab (since version Matlab 5.3 in 2000 and tested below
in Matlab 2018a).
It generates an error under Octave though

test = 'abcd';
save tmp.mat test
load -mat tmp.mat

Basically under Octave, one has to use

save('-mat', 'tmp.mat','test')




    _______________________________________________________

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]