How do i compute "q" in the connect function of a block diagram
    5 vues (au cours des 30 derniers jours)
  
       Afficher commentaires plus anciens
    
sys = connect(blocksys,q,input,output)
q = ??
0 commentaires
Réponse acceptée
  Michelle Wu
    
 le 17 Fév 2017
        
      Modifié(e) : Michelle Wu
    
 le 17 Fév 2017
  
      From a look at the documentation of function 'connect' from the Control System Toolbox, it seems that the function you referred to has the following syntax:
sysc = connect(blksys,connections,inputs,outputs)
You can read about how to specify input argument 'connections' in the doc page below (under section 'Input Arguments'):
0 commentaires
Plus de réponses (0)
Voir également
Catégories
				En savoir plus sur Control System Toolbox dans Help Center et File Exchange
			
	Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

