필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

How can I plot this GUI ?

조회 수: 2 (최근 30일)
Ercong Shang
Ercong Shang 2016년 2월 19일
마감: MATLAB Answer Bot 2021년 8월 20일
http://uk.mathworks.com/matlabcentral/fileexchange/25855-plot-and-animate-robot/content/roboticsc.m; Does anyone know how it is run? A complete code example will be appreciated.

답변 (1개)

Arnab Sen
Arnab Sen 2016년 2월 24일
Hi Ercong,
I understand that you want to execute the script and plot it. However, MATLAB is throwing error if trying to run directly. To execute it replace the 3rd line as below:
>>figure('Units','normalized','NumberTitle','off','name','Robot','color','w','position',[.1 .1 .8 .8])
In the GUI you can press the 'Go' button to plot.
If this does not answer your question, then please provide more details about the issue.
  댓글 수: 1
Ercong Shang
Ercong Shang 2016년 3월 8일
Thank you Arnab, but I know little about GUI. Where can I find such a 'Go' button? Is a GUI an application of MATLAB like Simulink?

이 질문은 마감되었습니다.

제품

Community Treasure Hunt

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

Start Hunting!

Translated by