testg.m
来自「一个很好用的摄像机标定程序」· M 代码 · 共 10 行
M
10 行
function f=testg(x)
% Usage:
% g=testg(x)
% TESTG is the interface function that used for
% accessing routines included to More set of test functions.
% TESTG returns the gradient <g> at a point <x>
%
global NDIM MDIM NPROB
f=grdfcn(NDIM,MDIM,x,NPROB);
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?