I have a function $F$ that maps the xyz space to a set of reals, more clearly:
$c = F[x,y,z]$
Where $c$,$x$,$y$ and $z$ are reals.
What are the possible ways of visualizing this 3d function in Mathematica? (if possible, please post a how-to-do-it)
|
I have a function $F$ that maps the xyz space to a set of reals, more clearly: $c = F[x,y,z]$ Where $c$,$x$,$y$ and $z$ are reals. What are the possible ways of visualizing this 3d function in Mathematica? (if possible, please post a how-to-do-it) |
||||
|
One possible way is to use Graphics3D with Point and color points by function value so it's like density plot 3d. For example,
Another possible choice is just thinking one parameter as time variable and use Manipulate:
There should be many other way to visualize 4d data, but it's really depending on what you want to see and how you want to visualize. Like amr suggested, you can also use Image3D or Raster3D:
|
|||||||||
|
|
A typical way of visualizing functions of the form $f(x,y,z)$ is in terms of level sets. One uses
You mention in a comment visualizing error. I wasn't sure exactly what you were after, but you can plot contours plus or minus a given error in the value of
|
|||
|
|
Graphicspackage. Here is a screen shot 12000.org/my_notes/3d_volume_vis/e67.png but I looked now and can't find it. I do not know what happened to this command. May be moved to some other place. – Nasser Feb 14 at 3:48