필터 지우기
필터 지우기

How can I use data size of the message in stateflow?

조회 수: 1 (최근 30일)
Vikas Raskar
Vikas Raskar 2017년 12월 22일
답변: Muthukumar Ganesan 2022년 8월 1일
I have defined message queue of size 1. In message property data size is set as 10. When try to access message data as M.data(0) matlab gives an error. How to access data element as array in stateflow message.

답변 (1개)

Muthukumar Ganesan
Muthukumar Ganesan 2022년 8월 1일
Hi,
For a Stateflow with C action language, to index arrays square brackets should be used. Ex: M.data[0]
Thanks

카테고리

Help CenterFile Exchange에서 Complex Logic에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by