hello every one , I have a 3d cylinderical shape with temperature distributed in this cylinder in a given function. the question is , can this be ploted by matlab??
2 views (last 30 days)
Show older comments
thank you so much.
3 Comments
John D'Errico
on 6 Sep 2017
Edited: John D'Errico
on 6 Sep 2017
Well, yes, if something CAN be plotted, in a meaningful way, you can always plot it in MATLAB.
The thing to remember is that a plot is a TWO dimensional thing. Think about the face of your screen. TWO dimensions.
If your goal is to plot something like a temperature that varies through the volume of a cylindrical volume, then think hard. What do you expect to see? How will you visualize something like that?
Even when you have a 3-d scatter plot, you can usually only make sense of it by doing things like rotating it around. That way you can see what lies in front of what. In the case of a temperature that varies all over a 3-d volume - this is a 4-dimensional thing that you are trying to visualize using a 2-d graphic tool. You can try to use color to denote temperature, but even there remember that this is essentially a solid object. Transparency is only useful to a very limited extent.
Accepted Answer
More Answers (1)
Precise Simulation
on 7 Sep 2017
Another option if you for example want to plot and visualize 3D iso-surface, slice, arrow, or further postprocess your data (see link with examples of cylinders with scalar data similar to Temperature field).
0 Comments
See Also
Categories
Find more on Lighting, Transparency, and Shading 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!