3D color map of F=F(x,y,z) where data is given as a 2D array of the form [x y z F]
Afficher commentaires plus anciens
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 commentaires
Saurabh Chaudhary
le 3 Jan 2023
Modifié(e) : Saurabh Chaudhary
le 3 Jan 2023
you can try to use contour function.
Torsten
le 3 Jan 2023
Use "slice" for the three visible planes in one plot.
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Vector Volume Data dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


