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!