How to calculate derivation of 2D spline data

2 ビュー (過去 30 日間)
Yueyan Li
Yueyan Li 2019 年 7 月 17 日
コメント済み: Yueyan Li 2019 年 7 月 17 日
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)?

回答 (1 件)

KSSV
KSSV 2019 年 7 月 17 日
REad about gradient
  3 件のコメント
KSSV
KSSV 2019 年 7 月 17 日
syms x y z
z = cos(x).*exp(-y^2);
dz = diff(z,x)
Yueyan Li
Yueyan Li 2019 年 7 月 17 日
that's just an example, I already delete the example to avoid your confusion.

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeSplines についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by