plot a function with 3 variables
显示 更早的评论
hey guys! I need to plot a function f(x,y,z) so that to see where it is minimised, but I want to see x,y,z and the value of the function Does anyone have any idea of what I have to do?
回答(1 个)
Image Analyst
2013-3-11
0 个投票
MATLAB does not have great volume visualization capability, not like Avizo for example. To see the intensity at a certain (x,y,z) location in 3D space, you can use slice() to create cut-away views. Otherwise you can use a true volume visualization program like Avizo.
类别
在 帮助中心 和 File Exchange 中查找有关 Surface and Mesh Plots 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!