Info

此问题已关闭。 请重新打开它进行编辑或回答。

How can I plot this GUI ?

1 次查看(过去 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