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

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

[Octave-bug-tracker] [bug #43586] control package: tf function outputs w


From: Nick J.
Subject: [Octave-bug-tracker] [bug #43586] control package: tf function outputs wrong results
Date: Tue, 16 Jun 2015 20:05:06 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Firefox/38.0

Follow-up Comment #4, bug #43586 (project octave):

Output from Matlab 2015a:


>> s = tf('s')

s =
 
  s
 
Continuous-time transfer function.

>> s=tf('string')
Error using tf (line 241)
Invalid syntax. The first input argument of
the "tf" command cannot be a string.
 
>> s=tf('1/(s+1)')
Error using tf (line 241)
Invalid syntax. The first input argument of
the "tf" command cannot be a string.
 
>> s=tf('a')
Error using tf (line 241)
Invalid syntax. The first input argument of
the "tf" command cannot be a string.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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