How to know the response time of a system in simulink?
    8 visualizzazioni (ultimi 30 giorni)
  
       Mostra commenti meno recenti
    
Hi, i have a control system, i want to know its response time. may someone help me that how can i know the response time of a control system in Simulink?
0 Commenti
Risposte (1)
  Jose Marques
      
 il 16 Set 2017
        For the response to a step input:
step(sys);
For the response to a ramp input:
ramp(sys);
where sys is the system created.
0 Commenti
Vedere anche
Categorie
				Scopri di più su PID Controller Tuning in Help Center e File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

