matlab function simulink parameters

2 Ansichten (letzte 30 Tage)
Maximilian Dio
Maximilian Dio am 6 Jun. 2019
Beantwortet: Raghunandan V am 7 Jun. 2019
Hey I am currently trying to implement a matlab function in my simulink block with a lot of parameters that are in my workspace. What is the best way to get those constants into the function for now I am using just constant blocks as input for the parameters but this doesn't seem to be the best workaround.
Regards, Max

Antworten (1)

Raghunandan V
Raghunandan V am 7 Jun. 2019
Hi,
You can name the same name in the constant block with the same name as that of workspace.
For example:
If you have a constant block of value 2. Replace 2 by the name in matlab workspace.

Kategorien

Mehr zu Simulink Functions finden Sie in Help Center und File Exchange

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by