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

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

[Octave-bug-tracker] [bug #57132] Step function in control pkg: size of


From: anonymous
Subject: [Octave-bug-tracker] [bug #57132] Step function in control pkg: size of output y is not same as the size of input t
Date: Mon, 28 Oct 2019 11:26:25 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36

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

                 Summary: Step function in control pkg: size of output y is
not same as the size of input t
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Mon 28 Oct 2019 03:26:23 PM UTC
                Category: Libraries
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: Pasha
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.4.1
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

just try:

sys = tf([1 1], [1 4 5]);
T = (0:0.01:0.8)';
yaux = step(sys, T(1:60))
size(yaux)
size(T(1:60))




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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