3D color map of F=F(x,y,z) where data is given as a 2D array of the form [x y z F]
Show older comments
The output of a CFD calculation is usually given in the form of a 2D array [x y z F] where F is a function such as pressure or velocity that is calculated for the given points xyz in the 3D space. The result is then given as a color map, as shown below as an example for a relatively simple channel geomtry. How can this be done in MATLAB giventhe [x y z F] output format?

2 Comments
Saurabh Chaudhary
on 3 Jan 2023
Edited: Saurabh Chaudhary
on 3 Jan 2023
you can try to use contour function.
Torsten
on 3 Jan 2023
Use "slice" for the three visible planes in one plot.
Accepted Answer
More Answers (0)
Categories
Find more on Vector Volume Data in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

