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

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

[Octave-bug-tracker] [bug #46473] bug in resize


From: anonymous
Subject: [Octave-bug-tracker] [bug #46473] bug in resize
Date: Wed, 18 Nov 2015 15:56:04 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36

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

                 Summary: bug in resize
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Wed 18 Nov 2015 03:56:03 PM UTC
                Category: Octave Function
                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: 4.0.0
        Operating System: GNU/Linux

    _______________________________________________________

Details:

resize([1:10],5,2)
ans =

   1   2
   0   0
   0   0
   0   0
   0   0


it sould give as result

   1   2
   3   4
   5   6
   7   8
   9   10






    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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