plot surface data file not a matrix

조회 수: 1 (최근 30일)
Hossein
Hossein 2013년 11월 18일
답변: Walter Roberson 2013년 11월 18일
Hi,
I have a file, containing 762 lines and 3 columns.
The columns are x,y,z respectively and I want to plot z on x,y grid which is a surface!
I know that I can use surf but in my case 762 z values cannot be reshaped to a matrix.
If I reshape it to 20*39 then I would lack 18 lines. (20*39)-762=18
Is there a way I can plot it directly?

답변 (1개)

Walter Roberson
Walter Roberson 2013년 11월 18일
TriScatteredInterp for older MATLAB, griddedinterpolant for newer MATLAB.

카테고리

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