How to plot a surf-plot without data extrapoation?
古いコメントを表示
I would like to plot the same surf plot but without extrapolating on areas where are not scatter data.
The following script generates the attached figure.

The final plot should interpolate below the black line (only where data exists) like:

3 件のコメント
Star Strider
2020 年 12 月 3 日
I have no idea what you want to do, however:
X = griddata(y,z,x,Y,Z,'nearest');
C = griddata(y,z,c,Y,Z,'nearest');
may get you where I believe you want to go.
Philippe Corner
2020 年 12 月 3 日
編集済み: Philippe Corner
2020 年 12 月 3 日
Philippe Corner
2020 年 12 月 6 日
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Surface and Mesh Plots についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!