How to call a simulink block/model in a matlab function?

7 views (last 30 days)
I have used a look up table block in simulink. I want to call this model in my matlab function. How to do this? Its different than using a matlab function block in simulink. I want to use a simulink block in matlab function and not vice versa.

Answers (1)

Kaustubha Govind
Kaustubha Govind on 27 Mar 2014
You can run your Simulink model from MATLAB using the SIM command.

Categories

Find more on Event Functions in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!