Hello, I need help to resolve this error, please.

댓글 수: 5

this is the Simulink model
It is not a coincidence that the output is length 1x5 and that 'Boost' has 5 characters.
How do I correct it?
I know very little about the syntax of Stateflow.
Is the intention for there to be an assignment, or is the intention for there to be a comparison?
If it is a comparison, perhaps == should be used?
If it is an assignment, then perhaps it should go inside the TEG state?
Perhaps you should be using "Boost" so that it is a string object instead of a character vector?
Perhaps you should be using some kind of enumeration or categorical instead of a character vector?
I understand now, thanks much for your assistance.

댓글을 달려면 로그인하십시오.

답변 (1개)

Fangjun Jiang
Fangjun Jiang 2023년 9월 23일

0 개 추천

Simulink now supports "string" data type. At your Simulink model, press Ctrl+H to bring up the Model Explorer. Navigate to the chart, find the data "mode", specify its data type as "string". Use double quote to assign its value like {mode="boost";}

카테고리

도움말 센터File Exchange에서 Simulink Functions에 대해 자세히 알아보기

질문:

2023년 9월 23일

댓글:

2023년 9월 25일

Community Treasure Hunt

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

Start Hunting!

Translated by