getting error while using feedback
    4 visualizaciones (últimos 30 días)
  
       Mostrar comentarios más antiguos
    
    bhanu kiran vandrangi
 el 5 de Ag. de 2021
  
    
    
    
    
    Comentada: bhanu kiran vandrangi
 el 6 de Ag. de 2021
            syms s d e
y=((0.005659*s^2+0.05206*s+0.004496)/(s^3+9.357*s^2+2.228*s+0.06147))*((27.5084*d)+(27.5084*(e/s)))
using feedback(y,1,-1) is giving me a error, what is wrong here
0 comentarios
Respuestas (2)
  Jesús Zambrano
    
 el 5 de Ag. de 2021
        You need to work with model objects, they must be either continuous os discrete with identical sample times.
Here, please read the documentation about the command feedback, which also includes some examples:
Hope it helps!
  Paul
      
      
 el 5 de Ag. de 2021
        The Control System Toolbox does not support operations on sym objects.  Having siad that, the error message that I'm seeing is fairly opaque, something about "not enough input arguments," which isn't very helpful.
0 comentarios
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


