bugGNU Octave - Bugs: bug #32102, mat2str fails on logical inputs

 
 

bug #32102: mat2str fails on logical inputs

Submitter:  Volkmar Glauche <glauche>
Submitted:  Tue 11 Jan 2011 09:58:32 PM UTC
   
 
Category:  None Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Incorrect Result
Status:  Fixed Assigned to:  None
Originator Name:  Open/Closed:  * Closed
Release:  * dev Operating System:  * GNU/Linux
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Wed 12 Jan 2011 06:17:40 AM UTC, comment #1: 

I checked in the following changeset:

http://hg.savannah.gnu.org/hgweb/octave/rev/571bfa4fc295

John W. Eaton <jwe>
Group administrator
Tue 11 Jan 2011 09:58:32 PM UTC, original submission:  

in Octave,

mat2str(logical(0))

produces an error:

error: Invalid call to mat2str.  Correct usage is:

 -- Function File: S = mat2str (X, N)
 -- Function File: S = mat2str (..., 'class')
 
in MATLAB, the same command produces

mat2str(logical(0))

ans =

false


Volkmar Glauche <glauche>

 

(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 jwe (Posted a comment)
  • -email is unavailable- added by glauche (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 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2011-01-12 jwe StatusNone Fixed
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code