Create a grid from column data

조회 수: 13 (최근 30일)
Dirk
Dirk 2012년 5월 29일
I am trying to create a grid from column data. I have 3 columns, an X coordinate, a Y coordinate, and a column of values (in this case salinity) measured at the X Y locations. I want to turn this data into a grid and then create a countour plot. I can do the plotting bit but I can't find a simple way of transforming the column data to gridded data. I am a little new to Matlab and any help would be greatly appreciated.

채택된 답변

Image Analyst
Image Analyst 2012년 5월 29일
Try TriScatteredInterp().
  댓글 수: 2
Dirk
Dirk 2012년 6월 14일
Thanks for that. I used the Triscatteredinterp, created a meshgrid and then interpolated my data over that meshgrid. Works fine. However, if I had wanted to turn my three columns of data into a grid from the start, what would be a good function to use ?
Walter Roberson
Walter Roberson 2012년 6월 14일
Minor hints: http://www.mathworks.com/matlabcentral/answers/41105-creating-a-meshplot-with-only-x-y-and-z-vectors-not-matrices

댓글을 달려면 로그인하십시오.

추가 답변 (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