Importing Continuous data into Simulink from Matlab Workspace
Ältere Kommentare anzeigen
Does anyone have direction or help on how I can continuously import values from the Matlab workspace into Simulink? They can be in array format or structure. The values are variables and as they are updated, the values in Simulink must update as well??
Thanks
2 Kommentare
Fangjun Jiang
am 8 Mär. 2011
Can you be specific how the values of the variables are updated?
Daniel Restrepo
am 8 Mär. 2011
Akzeptierte Antwort
Weitere Antworten (1)
Paulo Silva
am 8 Mär. 2011
0 Stimmen
Try with the Matlab fcn block, if the variable is just a number you just need to put the name of the variable, if it's something else be careful and insert the proper code in order for the output of the fcn block be just what you want.
2 Kommentare
Daniel Restrepo
am 8 Mär. 2011
Kaustubha Govind
am 8 Mär. 2011
If you are using an Embedded MATLAB block, you can use the eml.extrinsic directive to call unsupported functions. If you are indeed using a MATLAB Fcn block, can you post the error message that you see on calling into the DLL?
Kategorien
Mehr zu Loops and Conditional Statements 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!