HI,how to add NURBS toolbox in matlab,?

HI,how to add NURBS toolbox in matlab,?

1 Comment

hellos I did the same thing but I do not know how I work with NURBS toulbox in matlab

Sign in to comment.

 Accepted Answer

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 Comments

hellos I did the same thing but I do not know how I work with NURBS toulbox in matlab
Give the command
Demos
I give the command (NURBS toolbox) but the window control matlab appears: ??? Undefined function or variable 'nurbs_toolbox'.
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.
ok thankyou

Sign in to comment.

More Answers (0)

Categories

Find more on Files and Folders in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!