Filter löschen
Filter löschen

GRAD

3 Ansichten (letzte 30 Tage)
x
x am 6 Sep. 2011
GRADIENT:
(∇y)(x1i, x2j)=[∂y/∂x1(x1i,x2j), ∂y/∂x2(x1i,x2j)]
HOW TO IMPLEMENT THIS EQUATION

Antworten (1)

Fangjun Jiang
Fangjun Jiang am 6 Sep. 2011
For numerical analysis,
>> help gradient
GRADIENT Approximate gradient.
[FX,FY] = GRADIENT(F) returns the numerical gradient of the
matrix F. FX corresponds to dF/dx, the differences in x (horizontal)
direction. FY corresponds to dF/dy, the differences in y (vertical)
direction. The spacing between points in each direction is assumed to
be one. When F is a vector, DF = GRADIENT(F)is the 1-D gradient.

Kategorien

Mehr zu Fourier Analysis and Filtering finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by