How to use parameters from data dictionary in sinmulink's callback function?
Ältere Kommentare anzeigen
i have a simulink model , and Desing data defined in Data Dictionary. now i want to initialize a variable by parameters from data dictionary in initFcn function. but it doesn't work:
Undefined function or variable 'x'. Variable 'x' does not exist.
what should i do?
Antworten (1)
Fangjun Jiang
am 13 Okt. 2022
0 Stimmen
Use API to open the data dictionary and get the value, or the easiest thing to do is
2 Kommentare
Joe
am 13 Okt. 2022
Fangjun Jiang
am 13 Okt. 2022
Did you try Simulink.data.evalinGlobal()? There is also Simulink.data.assigninGlobal()
Kategorien
Mehr zu Workspace Variables and MAT Files finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!