reading vector data sets from simulink model back into matlab .m file to create variable and then manipulate operation of simulink model
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Glen MASON
il 20 Nov 2023
Commentato: Glen MASON
il 23 Nov 2023
I am trying to read a vector data set back into my matlab .m file. I have followed numerous tutorials on how to do this but I keep on getting
error messages "Unable to resolve the name.....out. simulink block name etc. I need to do read data from simulink in run time and feed it back into my matlab .m file
0 Commenti
Risposta accettata
madhan ravi
il 20 Nov 2023
Modificato: madhan ravi
il 20 Nov 2023
why not use a MATLAB Function block in your model and call the script as a function within this block? YOu have two more options to do it: See in Simulink Function Callers
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Prepare Model Inputs and Outputs in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!