Re: help plot matrix
- To: mathgroup at smc.vnet.net
- Subject: [mg49463] Re: help plot matrix
- From: "Curt Fischer" <crf3 at po.cwru.edu>
- Date: Wed, 21 Jul 2004 06:39:25 -0400 (EDT)
- References: <cdgcka$91a$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
paolo wrote:
> If I have a matrix output from a module
> for example
>
> a = {{1,2,3,4,5,6},{4,3,2,3,4,6},{8,7,6,5,6,7}.......}
>
> how can i plot this matrix in 3D??
Is this what you mean?
In[1]:=
matrix=Table[Table[Random[],{i,1,10}],{j,1,10}];
In[2]:=
ListPlot3D[matrix];
Out[2]=
?SurfaceGraphics?
--
Curt Fischer