How can I create a simple GUI for tracking a robot in MATLAB?
1 次查看(过去 30 天)
显示 更早的评论
Hello, I am reading data from the serial port of my PC which comes from a autonomous robot. The data changes with the motion of the robot accordingly(front,back,left and right). I want to create a GUI which displays the robot motion(not interested in the background of the GUI). It is just for a college project so I am looking for some easy-to-implement ideas.
0 个评论
回答(1 个)
Image Analyst
2013-1-15
How about using plot() to display the path of the robot? Just pass the x,y coordinates of the robot, which I guess you have somehow, into plot().
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Robotics 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!