How can we use structures stored in workspace for Embedded function ?

8 次查看(过去 30 天)
hi all,
My question is that how we can use those structure variables that are in workspace as Inputs for the Embedded function ? I'd like to use "mapstd" at the Embedded function but as you know, it needs a structure variable. suppose:
[p,stdp]= mapstd(....); RR.w =[80x2]; RR.s = 12;
Now : we have "stdp" and "RR" as structures. I'd like to use this structure for my Embedded function block. how can I import these structure to the Embedded function ?
thank for replying

采纳的回答

Arnaud Miege
Arnaud Miege 2011-3-28
Have a look at Working with Structures in the Embedded MATLAB documentation and Working with Structures and Bus Signals in the Simulink documentation.
Note that mapstd isn't part of the Embedded MATLAB subset, so you will need to declare it as an extrinsic function (see the doc for eml.extrinsic).
HTH,
Arnaud

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Board games 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by