how to get the port data inside a mask editor parameter/variable of a subsystem ?

2 次查看(过去 30 天)
Want to read a data on port in the mask editor . I have an script running (which is called in mask editor),depending upon the value of port my script will work ! It has to read the values during run time !

采纳的回答

Kaustubha Govind
Kaustubha Govind 2014-6-9
Do you mean that you need the mask to be updated at runtime? Could you please expand a use-case a bit more? AFAIK, the mask cannot be refreshed during runtime. As stated in this blog post:
In addition to running when you click OK or Apply, mask initialization runs at the start of every simulation and update diagram, when you call set_param to modify the block, and when you are building the model as you drop the block into the system.
In general though, you can use the technique described in the documentation for Access Block Data During Simulation.
  1 个评论
Ajay Pherwani
Ajay Pherwani 2014-6-10
Ok, got the point , I might have misplaced my question !
My actual problem is that : I need to access a DSM object value in my Level-2 Mex-C SFunction during simulation Time !
It is possible by any way ?
Assuming there is a variable 'engine_speed' updated in subsystem 'xyz'. I have an another subsystem 'abc' (S Function block),can I access engine_speed value inside S-Function of 'abc' block ?

请先登录,再进行评论。

更多回答(0 个)

类别

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

Community Treasure Hunt

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

Start Hunting!

Translated by