control system
Title
Question
while using the system transfer function ,i got the following message.but where as in matlab we can get these problems why?
sysG=syslin('c',2/(s^2+2*s+9))
!--error 4
Undefined variable: s
Scilab Control-systems 02-03 min 40-50 sec
Answers:
Add s=poly(0,'s'); to make the control system work.
Login to add comment