Plot nurbs objects for NURBS toolbox

Updated 'nrbplot' function from NURBS toolbox. Allows to pass parameters/value pairs for plotting.

You are now following this Submission

% Examples:
%
% The two statements below are equivalent and plot a nurbs surface with
% lighting gouraud.
You need the NURBS toolbox for use of this function.

Example:

nurbs=nrbtestsrf;
h=nrbplot(nurbs,50,50],'FaceColor','r','EdgeColor','k','FaceLighting','gouraud');
light

h=nrbplot(nurbs,linspace(0,1,50),linspace(0,1,50)},'FaceColor','r','EdgeColor','k','FaceLighting','gouraud');
light

Cite As

Pirmin Borer (2026). Plot nurbs objects for NURBS toolbox (https://www.mathworks.com/matlabcentral/fileexchange/29178-plot-nurbs-objects-for-nurbs-toolbox), MATLAB Central File Exchange. Retrieved .

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.0.0.0