Accessing variable (current and previous time steps) for use in a MATLAB function block during simulation in Simulink.
29 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Sune Grobbelaar
il 1 Apr 2023
Commentato: Sune Grobbelaar
il 3 Apr 2023
Hi, I have attached a screenshot of my simplified Simulink model below. In the MATLAB function block I require access to the variable value at the current and previous timesteps. In other words, a vector of historic variable values, starting at t = 1, and appended at each time step to include the most recent value. Thus far I have only been able to find solutions that would allow me to access the data when the simulation is paused or completed (e.g To Workspace). Are there perhaps any solutions to access the data whilst the simulation is running?
0 Commenti
Risposta accettata
Samyuktha
il 3 Apr 2023
Hi Sune,
It is my understanding that you want to access data continuously when the simulation is running.
Please refer to the follwing documentation link for the recommended technique:
Hope this helps!
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Sources 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!