How can I run a function from file exchange?

2 次查看(过去 30 天)
There are 2 functions in the web page: http://uk.mathworks.com/matlabcentral/fileexchange/25855-plot-and-animate-robot; they cannot run directly because they are functions. What should I do to achieve the plot as the figure int the web page shows?

采纳的回答

Walter Roberson
Walter Roberson 2016-2-14
Download the .zip from the page. Unzip it into a convenient directory that is not under the MATLAB installation directory. Use the MATLAB command pathtool to add that directory to the MATLAB path, and tell pathtool to save the result.
After that you can call FK from one of your own routines, or you can run the demonstration program by invoking roboticsc which will create a GUI for you.
  3 个评论
Jan
Jan 2016-2-15
@Ercong Shang: Type "pathtool" in the command window to start the tool. See also: help pathtool
Ercong Shang
Ercong Shang 2016-2-17
Thanks, I've successfully run 'FK' but what's the command to invoke 'roboticsc'?

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Search Path 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by