How to calculate derivation of 2D spline data

2 visualizaciones (últimos 30 días)
Yueyan Li
Yueyan Li el 17 de Jul. de 2019
Comentada: Yueyan Li el 17 de Jul. de 2019
I know there's method to calculate derivation of 1d spline data, but how to calculate 2d spline data?
asuming there's 2d data : ZZ(XX,YY)
How to calculate the derivation of data (XX,YY,ZZ)?

Respuestas (1)

KSSV
KSSV el 17 de Jul. de 2019
REad about gradient
  3 comentarios
KSSV
KSSV el 17 de Jul. de 2019
syms x y z
z = cos(x).*exp(-y^2);
dz = diff(z,x)
Yueyan Li
Yueyan Li el 17 de Jul. de 2019
that's just an example, I already delete the example to avoid your confusion.

Iniciar sesión para comentar.

Categorías

Más información sobre Splines en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by