Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试从一个子系统中的状态流调用一个函数(可以是 matlab 函数或 simlink 函数),该函数必须位于另一个子系统中,如下所示:
在此处输入图像描述
第一个子系统将有一个调用此函数的状态流。这个函数是否是 M 脚本并不重要,目前我不知道如何使用 matlab 函数(mscript),因为它需要函数的参数作为输入。
这个问题有什么解决方法吗?
ml.functionname() 将解决这个问题,如果在函数中传递参数,请确保您在模型资源管理器中为各自的 Stateflow 定义了它们。
ml.functionname()