how to get the port data inside a mask editor parameter/variable of a subsystem ?
2 views (last 30 days)
Show older comments
Ajay Pherwani
on 6 Jun 2014
Commented: Ajay Pherwani
on 10 Jun 2014
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 !
0 Comments
Accepted Answer
Kaustubha Govind
on 9 Jun 2014
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.
More Answers (0)
See Also
Categories
Find more on Author Block Masks in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!