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

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

[Octave-bug-tracker] [bug #33857] Saved struct with function handle fail


From: Ben Abbott
Subject: [Octave-bug-tracker] [bug #33857] Saved struct with function handle fails to load
Date: Sat, 17 Sep 2011 02:05:14 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_1) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.220 Safari/535.1

Update of bug #33857 (project octave):

                  Status:                    None => Confirmed              

    _______________________________________________________

Follow-up Comment #1:

I've confirmed the bug, and simplified the example


clear all
func = @ (x) x; 
func (0);
save temp.dat
clear all
load temp.dat


The content of file "temp.dat" is below.


# Created by Octave 3.5.0+, Fri Sep 16 21:56:29 2011 EDT
<address@hidden>
# name: ans
# type: scalar
0


# name: func
# type: function handle
@<anonymous>
@(x) x
# length: 3
# name: .argn.
# type: cell
# rows: 1
# columns: 1
# name: <cell-element>
# type: sq_string
# elements: 1
# length: 1
0





# name: .nargin.
# type: scalar
1


# name: .nargout.
# type: scalar
0




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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