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

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

[Octave-bug-tracker] [bug #58648] Wrong error message using tfdata with


From: Luiz Antonio Maccari Junior
Subject: [Octave-bug-tracker] [bug #58648] Wrong error message using tfdata with non lti model arguments [control package 3.2.0 ]
Date: Tue, 23 Jun 2020 15:27:06 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:77.0) Gecko/20100101 Firefox/77.0

Follow-up Comment #5, bug #58648 (project octave):

Now reading with more attention the output:
--------------------------
tfdata(1)

warning: 'tfdata' is a method of class 'lti'; it must be called with a 'lti'
argument (see 'help @lti/tfdata').

Please read <https://www.octave.org/missing.html> to learn how you can
contribute missing functionality.
error: 'tfdata' undefined near line 1 column 1
----------------------------------

The modification change the warning to the correct one:

warning: 'tfdata' is a method of class 'lti'; it must be called with a 'lti'
argument (see 'help @lti/tfdata').

However the error message still referring to a missing functionality:

Please read <https://www.octave.org/missing.html> to learn how you can
contribute missing functionality.
error: 'tfdata' undefined near line 1 column 1

Thanks again.



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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