How do I run an "example.m" file in Simulink?

My MATLAB code is written in example.m. Now, how do I run this example.m file in Simulink?

Answers (1)

Jonas
Jonas on 5 Feb 2021
Edited: Jonas on 5 Feb 2021
In the MATLAB workspace type and enter:
>> example
Or, go to the editor and click the green play button 'Run'.
Or press the 'F5' button when inside the editor.
Or in the MATLAB file explorer, right click the file and select 'Run'.
Or in the MATLAB file explorer, right click the file and press 'F9'.

2 Comments

I want to run/call (example.m ) file in simulink project/file.
Jonas
Jonas on 9 Feb 2021
Edited: Jonas on 9 Feb 2021
Use the MATLAB function block and copy your code inside of it.

Sign in to comment.

Categories

Find more on Modeling in Help Center and File Exchange

Products

Asked:

ak
on 4 Feb 2021

Edited:

on 9 Feb 2021

Community Treasure Hunt

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

Start Hunting!