Imagesc for triangular element
    8 views (last 30 days)
  
       Show older comments
    
Hi,
I have a plate with mesh of triangular elements. I have specific number for each element. How can I use imagesc to have contourplot of those values? it is different from trisurf function of course?
Thanks
0 Comments
Accepted Answer
  KSSV
      
      
 on 4 Feb 2019
        YOu can straight away plot contour with your data. Have a look in the following file exchange function: https://in.mathworks.com/matlabcentral/fileexchange/38858-contour-plot-for-scattered-data 
If you want to use imagesc you have to convert your unstructured data into structured data either by using scatteredinterpolant or griddata.
7 Comments
More Answers (1)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

