代码搜索:Gradient

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

代码结果 2,951
www.eeworm.com/read/466484/1510630

m quiver531.m

function quiver531 figure(1) [X,Y] = meshgrid(-2:.2:2); Z = X.*exp(-X.^2 - Y.^2); [DX,DY] = gradient(Z,.2,.2); contour(X,Y,Z) hold on quiver(X,Y,DX,DY)
www.eeworm.com/read/240472/4573695

neon outline

GradientGlow 1466201192 0.50 inches 1145661030 25.000 1332765556 100.000 1181491232 0 1196582244 Gradient: 5/0.000 0 3 1 0 0 255 0 0 0.794/0.279 0 3 1 196 196 254 204 0 0.485/0.437 0 3 1 255 255
www.eeworm.com/read/218114/4864207

m quiver531.m

function quiver531 figure(1) [X,Y] = meshgrid(-2:.2:2); Z = X.*exp(-X.^2 - Y.^2); [DX,DY] = gradient(Z,.2,.2); contour(X,Y,Z) hold on quiver(X,Y,DX,DY)
www.eeworm.com/read/321983/3529120

entries

D/box//// D/button//// D/dd//// D/editor//// D/form//// /gradient-bg.gif/1.1/Tue Jan 1 05:52:15 2008/-kb/ D/grid//// D/layout//// D/menu//// D/panel//// D/progress//// D/qtip//// /s.gif/1
www.eeworm.com/read/304591/3796109

m quiver531.m

function quiver531 figure(1) [X,Y] = meshgrid(-2:.2:2); Z = X.*exp(-X.^2 - Y.^2); [DX,DY] = gradient(Z,.2,.2); contour(X,Y,Z) hold on quiver(X,Y,DX,DY)
www.eeworm.com/read/437309/1833629

entries

D/box//// D/button//// D/dd//// D/editor//// D/form//// /gradient-bg.gif/1.1/Fri Feb 13 07:40:38 2009/-kb/ D/grid//// D/layout//// D/menu//// D/panel//// D/progress//// D/qtip//// /s.gif/1
www.eeworm.com/read/402141/2332585

m quiver531.m

function quiver531 figure(1) [X,Y] = meshgrid(-2:.2:2); Z = X.*exp(-X.^2 - Y.^2); [DX,DY] = gradient(Z,.2,.2); contour(X,Y,Z) hold on quiver(X,Y,DX,DY)
www.eeworm.com/read/384950/2595924

m quiver531.m

function quiver531 figure(1) [X,Y] = meshgrid(-2:.2:2); Z = X.*exp(-X.^2 - Y.^2); [DX,DY] = gradient(Z,.2,.2); contour(X,Y,Z) hold on quiver(X,Y,DX,DY)
www.eeworm.com/read/358021/3007310

m quiver531.m

function quiver531 figure(1) [X,Y] = meshgrid(-2:.2:2); Z = X.*exp(-X.^2 - Y.^2); [DX,DY] = gradient(Z,.2,.2); contour(X,Y,Z) hold on quiver(X,Y,DX,DY)
www.eeworm.com/read/390322/8471229

m lec20mldemo1.m

% MIT 18.335 - Lecture 20 MATLAB Demo 1 % Conjugate Gradient % Per-Olof Persson, November 21, 2006 % Create 2-by-2 linear system A=[3,1; 1,2]; x0=[2;-2]; b=A*x0; % Evaluate and plot contour