Timeline for What are the possible ways of visualizing a 4D function in Mathematica?
Current License: CC BY-SA 3.0
9 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Mar 5, 2021 at 19:57 | comment | added | halmir | @Kvothe something like this? Manipulate[ Image3D[{values[[i]]}, ColorFunction -> Hue], {i, 1, Length[values], 1}] | |
| Mar 5, 2021 at 15:33 | comment | added | Kvothe | If I want to do something like Manipulate[Plot3D[f[x, y, z], {x, 1, 10}, {y, 1, 10}], {z, 1, 10}] for list data how would you go about that? | |
| Dec 8, 2014 at 6:59 | history | edited | Nasser | CC BY-SA 3.0 | corrected the code. was using `data` when it should be using `xyz` in the first example. |
| Feb 18, 2013 at 14:47 | comment | added | JLagana | Thank you, great answer. Just so you know I needed this to visualize the error in a 3d position-estimate in the xyz space, so I'll most likely try something like your first example. | |
| Feb 18, 2013 at 14:45 | vote | accept | JLagana | ||
| Feb 14, 2013 at 3:30 | history | edited | halmir | CC BY-SA 3.0 | added 528 characters in body |
| Feb 14, 2013 at 3:27 | comment | added | halmir | @amr yes, that will be other way. I added examples. | |
| Feb 14, 2013 at 2:59 | comment | added | amr | I was thinking something like this but with the Image3D functionality from Version 9. Not sure what the difference might be but it may look "smoother." I only have Mathematica 8 at the moment though so I can't test it. | |
| Feb 14, 2013 at 2:57 | history | answered | halmir | CC BY-SA 3.0 |