필터 지우기
필터 지우기

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 CenterFile Exchange에서 Surface and Mesh Plots에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by