hi, i want to generate a signal from simulink that activate a m-file code. how can i do that?

1 view (last 30 days)
hi, i want to generate a signal from simulink that activate a m-file code. how can i do that? my m-file is ok and run by itself.but iwant to run itself when i run my simulink model. can you help me?

Answers (1)

Ameer Hamza
Ameer Hamza on 9 Aug 2018
You can use MATLAB function block to use MATLAB code in Simulink. MATLAB does not support code generation for all the functions so you might need to use coder.externsic() to compile the Simulink model.

Categories

Find more on Simulink Functions 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!