Create a grid from column data
10 ビュー (過去 30 日間)
古いコメントを表示
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.
0 件のコメント
採用された回答
Image Analyst
2012 年 5 月 29 日
Try TriScatteredInterp().
2 件のコメント
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 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!