Create 3D heatmap from 3D node coordinates and Pressure Values
61 次查看(过去 30 天)
显示 更早的评论
Hello,
I have an N by 3 coordinate matrix, where N is the number of nodes (points), and the first, second and third columns correspond to the 3D coordinates. I also have an N vector corresponding to the values (or pressure) at those nodes. Note that the nodes are not equally spaced (i.e. in some regions the nodes are closer to one another than the rest of the domain). Is there a function/way to generate some form of a 3D heatmap (well pressure map) from this information? Attached is an example of the plot I am looking for.
Ideally I want it to cover the entire 3D domain in the plot, so perhaps some automatic interpolation scheme behind the scenes I would imagine.
Thanks!
0 个评论
回答(1 个)
Vinayak Choyyan
2023-2-8
Hello Ali,
As per my understanding, you have n points in the 3D coordinate space and corresponding values of pressure. You would like to plot these to produce an image similar to that you have provided.
This looks like it can be done using the 3D scatter ‘scatter3’ function. Please refer to the following documentation to see and example on how to do the same. https://in.mathworks.com/help/matlab/ref/scatter3.html?s_tid=doc_ta#mw_980777c0-abb7-4053-b084-6da6cc75c25a
I hope this resolves the issue you are facing.
3 个评论
Vinayak Choyyan
2023-2-9
Hi Ali,
I am glad you found a solution to the issue you were facing.
Looking at the image you shared, I assumed you had a very densely packed data and increasing the circle sizes would pack it enough to get similar result as shown in the image.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Data Distribution Plots 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!