Info
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
How can I plot this GUI ?
조회 수: 1 (최근 30일)
이전 댓글 표시
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.
댓글 수: 0
답변 (1개)
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
이 질문은 마감되었습니다.
참고 항목
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!