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

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

[Octave-bug-tracker] [bug #32102] mat2str fails on logical inputs


From: Volkmar Glauche
Subject: [Octave-bug-tracker] [bug #32102] mat2str fails on logical inputs
Date: Tue, 11 Jan 2011 21:58:33 +0000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; de; rv:1.9.2.13) Gecko/20101206 Ubuntu/10.10 (maverick) Firefox/3.6.13

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

                 Summary: mat2str fails on logical inputs
                 Project: GNU Octave
            Submitted by: glauche
            Submitted on: Di 11 Jan 2011 21:58:32 GMT
                Category: None
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: GNU/Linux

    _______________________________________________________

Details:

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






    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Nachricht geschickt von/durch Savannah
  http://savannah.gnu.org/




reply via email to

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