フィルターのクリア

How to interpolate a 3d surface and smooth it out

2 ビュー (過去 30 日間)
Joseph Lee
Joseph Lee 2017 年 11 月 10 日
編集済み: Joseph Lee 2017 年 11 月 10 日
how do i get from the first picture to the second
Y is a 201x201 matrix
Y= [201 201]
x = 10:0.1:30;
z = 1:0.01:3;
[X,Z] = ndgrid(x,z);
mesh(X,Z,(Y))

回答 (0 件)

カテゴリ

Help Center および File ExchangeSurface and Mesh Plots についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by