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

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

[Octave-bug-tracker] [bug #50216] missing "width" and "height" function


From: anonymous
Subject: [Octave-bug-tracker] [bug #50216] missing "width" and "height" function
Date: Fri, 3 Feb 2017 08:12:11 +0000 (UTC)
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.76 Safari/537.36

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

                 Summary: missing "width" and "height" function
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Fri 03 Feb 2017 08:12:10 AM UTC
                Category: Octave Function
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Feature Request
                  Status: None
             Assigned to: None
         Originator Name: Franklin Yu
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.2.0
        Operating System: Any

    _______________________________________________________

Details:

The width <https://www.mathworks.com/help/matlab/ref/width.html> and height
<https://www.mathworks.com/help/matlab/ref/height.html> in MATLAB is missing
in Octave. It should be just aliases:


function w = height(X)
    w = size(X, 1);
end


and


function h = width(X)
    h = size(X, 2);
end





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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