xpc target: how to get signal dimension from within Matlab?

1 view (last 30 days)
In my simulink model I've created a signal which is a vector. Then I compiled this model and run it in the xpc environment. Is it anyhow possible to query the dimension of this signal from within Matlab? I just know the commands signalID = tg.getsignalid(signalPath) and tg.getsignal(signalID) to get the value of the signal. But how can I get the signal dimension/width?
Thx, Jonny

Answers (0)

Community Treasure Hunt

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

Start Hunting!