模块的执行顺序。

12 vues (au cours des 30 derniers jours)
milewaj
milewaj le 26 Nov 2022
Réponse apportée : soxota le 26 Nov 2022
图,想请教下模块执行顺序是什么意思。1.图中为什么没有 0:3 ?2.switch模块中的 0:4{1} 加大括号是什么意思?3.乘法模块中的 1:0 表示 0:xx 执行完了再执行 1:0吗?

Réponse acceptée

soxota
soxota le 26 Nov 2022
因为从官方的解释看,大括号的作用只是用来显示子系统内部的所有模块的执行顺序。
所以你可以在switch的block模块右击看下是不是封装了mask或者里面有其它自己定制的内容?
或者也可以在你的MATLAB版本下面搜索execution order看下里面的解释。
我的电脑上无法复原你的显示。

Plus de réponses (0)

Catégories

En savoir plus sur PHY Components dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!