我正在 MATLAB Simulink 中开发一个嵌入式系统,其中包含一些 Stateflow 图。我成功地从中生成了 C 代码。不幸的是,构建模型会引发一些警告。其中之一是:
Warning: Junction #1277 does not have an unconditional path
to a state or a terminal junction AND it has multiple paths
leading to it. This might lead to confusing run-time behavior
because of the backtracking semantics of Stateflow.
此警告没有其他链接或信息如何在我的模型中找到该连接点(有很多连接点,所以它不是微不足道的)而不是它的数量。
有没有办法通过编号查找/突出显示路口?