convert boolean into double
조회 수: 22(최근 30일)
표시 이전 댓글
hallo.
I have a questione.
I have to put into stateflow's chart a double variable (for condition on transition) but I have a boolean variable from simulink. I try to convert "boolean" into "double" by chart/add input (and then I choice double) but without success.
댓글 수: 0
답변(1개)
Arunkumar M
2018년 11월 13일
you can typecase it like double(x) and use in your transition condition.
댓글 수: 0
참고 항목
범주
Find more on Simulink Functions in Help Center and File Exchange
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!