Effacer les filtres
Effacer les filtres

MATLAB plot for arduino data

1 vue (au cours des 30 derniers jours)
Dhanesha Bandara
Dhanesha Bandara le 11 Mai 2021
Réponse apportée : Markus le 11 Juin 2021
How can i plot in MATLAB for arduinos digital readings? Becuse i need to plot graph for frequency which measure in arduino uno.

Réponses (1)

Markus
Markus le 11 Juin 2021
Assuming you already have the data as a MATLAB vector dataArduino, you can just do
plot([1:length(dataArduino),dataArduino])
Otherwise please specify what your problem is.
Helpful would be:
  • Code: your try on the issue
  • Background: how do you read the data, is it already in MATLAB, which format does it have, how do you want to plot it?

Catégories

En savoir plus sur 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!

Translated by