Filter löschen
Filter löschen

Link to Simulink Model File from m-file

1 Ansicht (letzte 30 Tage)
Sakthivel Aruchamy
Sakthivel Aruchamy am 12 Okt. 2011
I am doing a project in active power filter. I am taking the values from simulink model file and processing the values using algorithm and i have to connect the output of m-file to model file.
Kindly help me in linking m-file to simulink model file.

Antworten (2)

Max
Max am 12 Okt. 2011
just go through the embedded matlab function available in the simulink ...it will serve the purpose of communicating between the m file and the simulink

TAB
TAB am 12 Okt. 2011
What is output of your m-file which you want connect with model?
If you want to access variables (data) of your m-file from model, then save the output variables to base workspace. In you model, use 'From Workspace' and 'To Workspace' blocks to access and modify these variables.
Library Browser > Sinks > To Workspace
Library Browser > Sources > From Wprkspace

Kategorien

Mehr zu Programmatic Model Editing finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by