How to plot a real time bar graph on axes in Matlab GUI from the signal of Ultranonic Proximity sensor connected to A0 of Arduino?
2 次查看(过去 30 天)
显示 更早的评论
The ultrasonic proximity sensor signal is connected to A0 of arduino. I want to plot a bar graph that will plot only the y-axis as the level of the tank on the axes in Matlab GUI. Please help me.
0 个评论
回答(1 个)
Subin Kuttappan Stellal Mary
2017-7-12
Hi Yooichi,
There are multiple ways to achieve this :
MATLAB IO provides a way to establish a server-client connection between Arduino and host machine to send/receive data. The received data can be visualized using plot functions in MATLAB as mentioned in this link.
Using External mode communication between host machine and Arduino, the data read from the sensor can be visualized using a Scope block in Simulink.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Modeling 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!