- 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?
MATLAB plot for arduino data
10 ビュー (過去 30 日間)
古いコメントを表示
How can i plot in MATLAB for arduinos digital readings? Becuse i need to plot graph for frequency which measure in arduino uno.
0 件のコメント
回答 (1 件)
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:
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Arduino Hardware についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!