Chartに記載された遷移条件の抽出
Mostrar comentarios más antiguos
File>Reports>System Design Descriptionにて下記のように複数行で記載されている遷移条件の抽出を
試みているのですが、遷移条件の二行目以降がレポートに記載されません。遷移条件全文を抽出する方法をご教授下さい。
なお、別手法での抽出でも構いませんが、モデルに手を加えるのは不可能です。
・Chart内記載 遷移条件
[AAA==1 && ...
BBB==1]
・理想のレポート記載 遷移条件
[AAA==1 && ...
BBB==1]
・現状のレポート記載 遷移条件
[AAA==1 && ......
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Simulink Report Generator en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!