필터 지우기
필터 지우기

HI,how to add NURBS toolbox in matlab,?

조회 수: 4 (최근 30일)
amina lk
amina lk 2016년 2월 7일
댓글: amina lk 2016년 2월 13일
HI,how to add NURBS toolbox in matlab,?
  댓글 수: 1
amina lk
amina lk 2016년 2월 8일
hellos I did the same thing but I do not know how I work with NURBS toulbox in matlab

댓글을 달려면 로그인하십시오.

채택된 답변

Walter Roberson
Walter Roberson 2016년 2월 7일
Visit http://www.mathworks.com/matlabcentral/fileexchange/26390-nurbs-toolbox-by-d-m-spink and click on Download Zip. When the file has downloaded, unzip it into a convenient directory that is not underneath the MATLAB installation directory. Then use MATLAB's pathtool command to add that directory to MATLAB's path, and tell pathtool to save the result.
  댓글 수: 5
Walter Roberson
Walter Roberson 2016년 2월 8일
There is no graphic interface. The toolbox is a collection of routines you can call. If you give the command
Demos
then a list of demonstration with be shown. You can give the name of the demonstration to run it, and you can open the demonstration code to see how it works.
amina lk
amina lk 2016년 2월 13일
ok thankyou

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Get Started with MATLAB에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by