Calling a matlab (.m) file from another matlab (.m) file
    4 vues (au cours des 30 derniers jours)
  
       Afficher commentaires plus anciens
    
I want to call file of Matlab like 'height_control.m' from another file like 'controller.m'. How will I call?
0 commentaires
Réponses (1)
  KSSV
      
      
 le 19 Mai 2016
        Make it a function 'height_control.m' with the inputs it needs and call this function in your controller.m file.
0 commentaires
Voir également
Catégories
				En savoir plus sur Workspace Variables and MAT Files dans Help Center et File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

