Calling a matlab (.m) file from another matlab (.m) file

1 次查看(过去 30 天)
I want to call file of Matlab like 'height_control.m' from another file like 'controller.m'. How will I call?

回答(1 个)

KSSV
KSSV 2016-5-19
Make it a function 'height_control.m' with the inputs it needs and call this function in your controller.m file.

类别

Help CenterFile Exchange 中查找有关 File Operations 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by