Calling a matlab (.m) file from another matlab (.m) file
    3 visualizaciones (últimos 30 días)
  
       Mostrar comentarios más antiguos
    
I want to call file of Matlab like 'height_control.m' from another file like 'controller.m'. How will I call?
0 comentarios
Respuestas (1)
  KSSV
      
      
 el 19 de Mayo de 2016
        Make it a function 'height_control.m' with the inputs it needs and call this function in your controller.m file.
0 comentarios
Ver también
Categorías
				Más información sobre Workspace Variables and MAT Files 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!

