I have two m files i need to call one m file in the program ?

1 次查看(过去 30 天)
I have two m files i need to call that program in to another m file
  1 个评论
Jan
Jan 2018-7-12
Yes. So what is your problem? Simply call the other M file as you would call any other Matlab function also.

请先登录,再进行评论。

采纳的回答

Adam Danz
Adam Danz 2018-7-12
编辑:Adam Danz 2018-7-12
If your m file is named 'myFunction.m', all you need to do to call it from another m file is to type its name. For example:
myFunction
% or
myFunction;
% or
myFunction(); %this indicates it's a function but brackets aren't required
If that didn't answer your question, please try again with more details.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Environment and Settings 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by