How can I access both data and time from the running simulink model and use it in a particular program?
Ältere Kommentare anzeigen
How can I access both data and time from the running simulink model and use it in a particular program?
Antworten (1)
Jim Riggs
am 7 Nov. 2022
0 Stimmen
Simulink has a "to workspace" block which saves the time history of the model data to the Matlab workspace in a variable that you name. The default output type is a "time series", which automatically includes the simulation time with the data.
1 Kommentar
SHALINI R
am 8 Nov. 2022
Kategorien
Mehr zu Simulink 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!