Contour from mesh or grid
1 回表示 (過去 30 日間)
古いコメントを表示
I'm doing some work using FEM (Finite Element Method) with triangular elements.
Questions will remain simple for those who have no clue what FEM is.
I got a m*2 matrix "Nodes" with x,y (for each point/node), a n*3 matrix "Elements" each line representing a triangle (element) referencing 3 points from previous matrix and finally i got a m*1 vector "U" that refers to z index of each node.
With "Nodes" and "Elements" i triplot the mesh, adding "U" i can trisurf it and i'd like to show that data with contour() too. But i get an error saying that Z must be a m*2. Any way arround this?
2 件のコメント
採用された回答
KSSV
2016 年 5 月 11 日
Have a look in the following function: http://in.mathworks.com/matlabcentral/fileexchange/10408-contours-for-triangular-grids
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Contour Plots についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!