p_mat.m
来自「一个薄板样条模型(thin plate spline)matlab源代码」· M 代码 · 共 3 行
M
3 行
function [P] = P_mat(ipts)
P = [ones(1, size(ipts,1)); ipts(:,1)'; ipts(:,2)']';
return;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?