I am controlling and executing my simulink models through matlab script ,,,and now i want to call a event which is a simulink model,,,,how cal i call the simulink model to execute,,,any basic idea?
No products are associated with this question.
Read the docs refered in links:
Access Block Data During Simulation
You can start with even listener examples from Matlab file exchange:
3 Comments
Direct link to this comment:
http://www.mathworks.com/matlabcentral/answers/56748#comment_117537
Can you explain?
Direct link to this comment:
http://www.mathworks.com/matlabcentral/answers/56748#comment_117538
Do you mean event listener for run time simulink data access ?
Access Block Data During Simulation
add_exec_event_listener
Direct link to this comment:
http://www.mathworks.com/matlabcentral/answers/56748#comment_117548
ya how to work with Access Block Data During Simulation