I have 3 variables {Eff[i][j], i/15, j/100}. I need to plot them as a 3D figure, the height of the figure is Eff[i][j], which is a series of numbers, i and j are integers ranging from 1 to 150.
How can i do this in Mathematica?
Thanks
|
I have 3 variables How can i do this in Mathematica? Thanks |
||||
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.
|
PlatoManiac beat me to it in the comments, but if you assume
Then you can plot using
And yes, those are all points if you want to zoom in. |
|||
|
|
|
Grahics3D was used for plotting a Table:
and also for labelled 3D plots, this is the full example:
|
|||||
|
|
in the following example I use Graphics3D for plotting the "points".
|
||||
|
|
ListPointPlot3D? – PlatoManiac Oct 22 '12 at 18:15