AWE runs natively, and I would like to access parameters from a module within MATLAB.
For example, I have an RUS system named T_RU. Inside this RUS, there is a module called ctrlCmd. Within the ctrlCmd module, there is an array named S_FEATURE, which is 5 bytes in size.
What MATLAB command or approach can I use to access the S_FEATURE array from this module?
6:26am
I already know how to obtain it.
Thanks!