How can I create a simple GUI for tracking a robot in MATLAB?

조회 수: 1 (최근 30일)
Bharat
Bharat 2013년 1월 15일
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.

답변 (1개)

Image Analyst
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().

카테고리

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

태그

Community Treasure Hunt

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

Start Hunting!

Translated by