bugGNU Octave - Bugs: bug #38256, cellfun / ErrorHandler doesn't...

 
 

bug #38256: cellfun / ErrorHandler doesn't work as expected

Submitter:  None
Submitted:  Mon 04 Feb 2013 08:32:21 PM UTC
   
 
Category:  None Severity:  3 - Normal
Priority:  5 - Normal Item Group:  None
Status:  Fixed Assigned to:  None
Originator Name:  Stefan Originator Email:  -email is unavailable-
Open/Closed:  * Closed Release:  * 3.6.2
Operating System:  * GNU/Linux Fixed Release:  None
Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Tue 05 Feb 2013 07:09:40 PM UTC, comment #1: 
Jordi GutiƩrrez Hermoso <jordigh>
Group Member
Mon 04 Feb 2013 08:32:21 PM UTC, original submission:  

The following code doesn't work as expected:

a{1}.b=[1]
a{2}.b=[1 2]
cellfun(@(x) x.b(2),a,'ErrorHandler',@(x) NaN)


I would expect

[NaN 2]

as result, or at least a error message.

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by jordigh (Updated the item)
  • -email is unavailable- added by None (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only group members can vote.

     

    Follow 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2013-02-05 jordigh StatusConfirmed Fixed
        Open/ClosedOpen Closed
    2013-02-04 jordigh StatusNone Confirmed

    Back to the top

    Powered by Savane 3.13-02a9.
    Corresponding source code