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

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.

Antworten (1)

Muthukumar Ganesan
Muthukumar Ganesan am 1 Aug. 2022

0 Stimmen

Hi,
For a Stateflow with C action language, to index arrays square brackets should be used. Ex: M.data[0]
Thanks

Kategorien

Mehr zu Stateflow finden Sie in Hilfe-Center und File Exchange

Gefragt:

am 22 Dez. 2017

Community Treasure Hunt

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

Start Hunting!

Translated by