图,想请教下模块执行顺序是什么意思。1.图中为什么没有 0:3 ?2.switch模块中的 0:4{1} 加大括号是什么意思?3.乘法模块中的 1:0 表示 0:xx 执行完了再执行 1:0吗?

 Respuesta aceptada

soxota
soxota el 26 de Nov. de 2022

0 votos

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

Más respuestas (0)

Categorías

Etiquetas

Preguntada:

el 26 de Nov. de 2022

Respondida:

el 26 de Nov. de 2022

Community Treasure Hunt

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

Start Hunting!