Feeds
已回答
How to Convert a 2D matrix of data to a NURBS surface structure using the NURBS toolbox?
% Define the control points ctrlpts = [0 0 0; 1 0 0; 2 0 0; 0 1 1; 1 1 1; 2 1 0; 0 2 0; 1 2 0; 2 2 0]; % Define the knot vec...
How to Convert a 2D matrix of data to a NURBS surface structure using the NURBS toolbox?
% Define the control points ctrlpts = [0 0 0; 1 0 0; 2 0 0; 0 1 1; 1 1 1; 2 1 0; 0 2 0; 1 2 0; 2 2 0]; % Define the knot vec...
2 years 前 | 0
