rlocus and rlocfind for closed-loop
6 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos

I have to create a matlab code on these plots and get a printout, but whatever code I tried, it always gave an error. I could not get a graphic. I need code to run this closed loop system
6 comentarios
Paul
el 28 de En. de 2021
It looks like the Control System Toolbox is not installed, which will make this problem much more difficult than it would be otherwise. Recommend you check with whoever is respoosible for your installation and make sure you have all of the toolboxes you need installed and licensed. It should look like this if you have all toolboxes installed:
>> which tf -all
C:\Program Files\MATLAB\R2019a\toolbox\control\ctrlmodels\@tf\tf.m % tf constructor
C:\Program Files\MATLAB\R2019a\toolbox\control\ctrlmodels\@DynamicSystem\tf.m % DynamicSystem method
C:\Program Files\MATLAB\R2019a\toolbox\ident\ident\@idParametric\tf.m % idParametric method
C:\Program Files\MATLAB\R2019a\toolbox\mpc\mpc\@mpc\tf.m % mpc method
C:\Program Files\MATLAB\R2019a\toolbox\shared\controllib\engine\@StaticModel\tf.m % StaticModel method
For thiis problem you won't need the Model Predictive Toolbox, but you should have the Control System Toolbox.
If you had the Control System Toolbox you would define the transfer function for the ball the same way you've tried to do it for the circuit using the numerator and denominator coefficients as shown in the block diagram.
Respuestas (0)
Ver también
Categorías
Más información sobre Classical Control Design en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

