bspdegelev.m

来自「非均匀有理B样条的matlab程序」· M 代码 · 共 29 行

M
29
字号
function bspdegelev
% 
% Function Name:
% 
%   bspdegevel - Degree elevate a univariate B-Spline.
% 
% Calling Sequence:
% 
%   [ic,ik] = bspdegelev(d,c,k,t)
% 
% Parameters:
% 
%   d	: Degree of the B-Spline.
% 
%   c	: Control points, matrix of size (dim,nc).
% 
%   k	: Knot sequence, row vector of size nk.
% 
%   t	: Raise the B-Spline degree t times.
% 
%   ic	: Control points of the new B-Spline.
% 
%   ik	: Knot vector of the new B-Spline.
% 
% Description:
% 
%   Degree elevate a univariate B-Spline. This function provides an
%   interface to a toolbox 'C' routine.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?