How can I run a function from file exchange?

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일

1 개 추천

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

Ercong Shang
Ercong Shang 2016년 2월 15일
Sorry, but what does command path pool mean? Is that the command window? Moreover, can you show me some examples to call FK or invoke robotics?
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개)

카테고리

도움말 센터File Exchange에서 Get Started with MATLAB에 대해 자세히 알아보기

질문:

2016년 2월 14일

댓글:

2016년 2월 17일

Community Treasure Hunt

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

Start Hunting!

Translated by