代码搜索:Method
找到约 10,000 项符合「Method」的源代码
代码结果 10,000
www.eeworm.com/read/327393/13082209
m recoverextrinc.m
function [r3 a]=RecoverExtrinc(C,K,vbar)
% r3=[];
% a=[];
% return;
a_={};
r3_={};
for j=1:size(K,2)
K_=K{j};
vbar_=vbar{j};
a__={};
r3__={};
for
www.eeworm.com/read/327393/13082245
asv recoverextrinc.asv
function [r3 a]=RecoverExtrinc(C,K,vbar)
% r3=[];
% a=[];
% return;
for j=1:size(K,2)
K_=K{j};
vbar_=vbar{j};
for i=1:3
K__=K_;
vbar__=vbar
www.eeworm.com/read/327393/13082263
m recoverextrincstar.m
function [r3 a]=RecoverExtrincStar(Cstar,K,vbar)
% r3=[];
% a=[];
% return;
r3_={};
a_={};
for j=1:size(K,2)
r3__={};
a__={};
K_=K{j};
vbar_=vbar{j}
www.eeworm.com/read/140259/13093795
java applyobjunary.java
/* ================================================================
The following is an interface to the reduce() method in
reduction. It requires a class with a unary function f()
=========
www.eeworm.com/read/241922/13109551
m interpolate_4x2.m
function complete=interpolate_4x2(index,value,method,TxNum);
% index: value's point location
% value: underlying function
% method: used in matlab funcion interp1,such as 'linear','spline','cubic'