模块的执行顺序。
12 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
milewaj
el 26 de Nov. de 2022
Respondida: soxota
el 26 de Nov. de 2022

图,想请教下模块执行顺序是什么意思。1.图中为什么没有 0:3 ?2.switch模块中的 0:4{1} 加大括号是什么意思?3.乘法模块中的 1:0 表示 0:xx 执行完了再执行 1:0吗?
0 comentarios
Respuesta aceptada
soxota
el 26 de Nov. de 2022
因为从官方的解释看,大括号的作用只是用来显示子系统内部的所有模块的执行顺序。
所以你可以在switch的block模块右击看下是不是封装了mask或者里面有其它自己定制的内容?
或者也可以在你的MATLAB版本下面搜索execution order看下里面的解释。
我的电脑上无法复原你的显示。
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre PHY Components 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!