saving . . . saved control system has been deleted. control system has been hidden .
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 04-05-19, 2:19 p.m. subbinaidu

Answers:

Add s=poly(0,'s'); to make the control system work.
04-05-19, 2:22 p.m. siddharth11235@gmail.com


Log-in to answer to this question.