Hello there, We receive data from Arduino in series. We are trying to save this data in Matlab Guı as a .mat file with push button. Can you help with this?
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hello,
We receive data from Arduino in series. We are trying to save this data in Matlab Guı as a .mat file with push button. Can you help with this?
0 commentaires
Réponses (1)
Andreas Bernatzky
le 20 Avr 2019
Hey Merve,
you have to access the serial port where your arduino is connected.
That video should help: https://www.youtube.com/watch?v=voIFGj_JSWU
saving Data should not be a problem just use save() command
Voir également
Catégories
En savoir plus sur MATLAB Support Package for Arduino Hardware dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!