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

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

[Octave-bug-tracker] [bug #29821] save('-mat', ... ) no longer saves glo


From: chieh
Subject: [Octave-bug-tracker] [bug #29821] save('-mat', ... ) no longer saves global variables
Date: Fri, 07 May 2010 19:03:05 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.3) Gecko/20100423 Ubuntu/10.04 (lucid) Firefox/3.6.3

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

                 Summary: save('-mat', ... ) no longer saves global variables

                 Project: GNU Octave
            Submitted by: chieh
            Submitted on: Fri 07 May 2010 07:03:04 PM GMT
                Category: None
                Severity: 3 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: Chieh
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.2.2
        Operating System: GNU/Linux

    _______________________________________________________

Details:

If you run this code and try to load the test.mat file, the global variable
is not saved at all. 



global p;
p = 'dkfjdkfj'
s = 'this is s'

save('-binary','test.mat', 's', 'p')




    _______________________________________________________

Reply to this item at:

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

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





reply via email to

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