How to access to data in the simulink in real time
47 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Hi all,
When I run the simulink, I must wait until the end of the run to have acces to the data.
I want to access to the data at each iteration
Can you help ?
Thank you
0 Commenti
Risposte (3)
Sara Nadeau
il 25 Lug 2019
Hi Mohamed,
Could you clarify what you mean by 'data at each iteration' and describe what you want to do with the data? Also, what release are you using?
If you'd like to view data during simulation, you likely have some options.
Sara
0 Commenti
Sara Nadeau
il 26 Lug 2019
This doesn't exactly allow you access to your data in real-time, but you can use a Data Access callback function to access packets of data for a logged signal during the simulation. You write the code for the callback function in an m-file and then specify the function name and inputs the function expects in the Instrumentation Properties for the signal. After you mark a signal for logging, you can access the instrumentation properties by right-clicking the logging badge and selecting Properties.
You can use the same callback function for multiple signals, or specify a unique callback function for each logged signal.
For details, here is a simple example from the documentation: Access Data in a MATLAB Function During Simulation.
I hope this helps!
1 Commento
Niklaus Lim
il 9 Nov 2020
Hey Sara, I am using Matlab 2014a for my project. Do you have any other solution to solve the same issue for the older version of Matlab like Matlab 2014a?
Vedere anche
Categorie
Scopri di più su Troubleshooting in Simulink Real-Time 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!