필터 지우기
필터 지우기

MATLAB plot for arduino data

조회 수: 3 (최근 30일)
Dhanesha Bandara
Dhanesha Bandara 2021년 5월 11일
답변: Markus 2021년 6월 11일
How can i plot in MATLAB for arduinos digital readings? Becuse i need to plot graph for frequency which measure in arduino uno.

답변 (1개)

Markus
Markus 2021년 6월 11일
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?

카테고리

Help CenterFile Exchange에서 Arduino Hardware에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by