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

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

[Octave-bug-tracker] [bug #62291] The operation of "zeros" is not compat


From: Alexander Paul
Subject: [Octave-bug-tracker] [bug #62291] The operation of "zeros" is not compatible with the equivalent function in Matlab
Date: Mon, 11 Apr 2022 10:43:45 -0400 (EDT)

URL:
  <https://savannah.gnu.org/bugs/?62291>

                 Summary: The operation of "zeros" is not compatible with the
equivalent function in Matlab
                 Project: GNU Octave
            Submitted by: erwin55
            Submitted on: Mon 11 Apr 2022 02:43:43 PM UTC
                Category: Octave Function
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Matlab Compatibility
                  Status: None
             Assigned to: None
         Originator Name: zeros
        Originator Email: 
             Open/Closed: Open
                 Release: 7.1.0
         Discussion Lock: Any
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

My system: MINGW32_NT-6.1 Windows 7 Service Pack 1 x86_64
Octave:  7.1.0 (hg id: 04120d65778a)

The function
zeros(1,1:10) answeres
ans = 0

It should have the same result as in
zeros(1,10)
ans =
   0   0   0   0   0   0   0   0   0   0




    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?62291>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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