代码搜索:Gradient

找到约 2,951 项符合「Gradient」的源代码

代码结果 2,951
www.eeworm.com/read/172823/9686934

m examp3_20.m

V=vander(1:6), [dx,dy]=gradient(V)
www.eeworm.com/read/303513/13813696

m grad.m

function G=grad(vars,F,dim) %GRAD Gradient vector. % G = GRAD(S) returns the gradient field of a scalar function S. % % See Also DIV, CURL, LAPL. % Copyright (c) 2001-04-16, B. Rasmus Anth
www.eeworm.com/read/162178/10329131

m find_y_gradient_b_diff.m

function [Iy] = find_y_gradient_b_diff(I,Ny) I = double(I); Iy = I - [I(2:Ny,:); I(1,:)];
www.eeworm.com/read/162178/10329141

m find_t_gradient_b_diff.m

function result = find_t_gradient_b_diff(new_dst_img_t,dst_img_L) result = dst_img_L - new_dst_img_t;
www.eeworm.com/read/162178/10329165

m find_x_gradient_b_diff.m

function [Ix] = find_x_gradient_b_diff(I,Nx) I = double(I); Ix = I - [I(:,2:Nx) I(:,1)];
www.eeworm.com/read/457662/7321217

mht conjugate gradient and steepest descent methods.mht

From: Subject: Conjugate Gradient and Steepest Descent Methods Date: Thu, 31 May 2007 18:21:28 +0530 MIME-Version: 1.0 Content-Type: text/html; charset="ut