Vous suivez désormais cette soumission
- Les mises à jour seront visibles dans votre flux de contenu suivi
- Selon vos préférences en matière de communication il est possible que vous receviez des e-mails
This script takes input from the Serial port 'COM4' with the baud rate of 19200 and plots a running graph with the X-axis range of 200.
I used it for my IMU sensor so the input is in the form of strings '<accX accY accZ>' (eg:- '381 328 420'), you can also add the gyro readings to it. I run the loop to 1000 iterations you can modify to suit your purpose. A better solution i will try later is to take the time inputs from your device(i used Arduino so i will possibly use micros()) to get exact time related outputs.
It is a bit slow due to the usage of 'drawnow' but i'll try it with other methods and post a better version soon.
I haven't commented it nicely cause i think the code is fairly self-explanatory.
Citation pour cette source
Shashank (2026). Real-Time Auto-Scrolling Graph from Serial Port (https://fr.mathworks.com/matlabcentral/fileexchange/31857-real-time-auto-scrolling-graph-from-serial-port), MATLAB Central File Exchange. Extrait(e) le .
Remerciements
A inspiré : LSP, TCPIP/Serial Data Live Plot Utility
Informations générales
- Version 1.0.0.0 (1,24 ko)
Compatibilité avec les versions de MATLAB
- Compatible avec toutes les versions
Plateformes compatibles
- Windows
- macOS
- Linux
| Version | Publié le | Notes de version | Action |
|---|---|---|---|
| 1.0.0.0 |