Re: plot matrix
- To: mathgroup at smc.vnet.net
- Subject: [mg27764] Re: [mg27713] plot matrix
- From: Tomas Garza <tgarza01 at prodigy.net.mx>
- Date: Wed, 14 Mar 2001 04:07:07 -0500 (EST)
- References: <200103130852.DAA26176@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
A big matrix, indeed! A straight ListPlot3D should do the job, except that you will have to wait forever, if your machine doesn't crash before (which I bet it will). In any case, I wonder if you'd be able to see anything at all. I tried with a matrix 100 times smaller and the result was something like a smudge: In[1]:= t3 = Table[Random[Integer, {0, 9}], {409}, {128}]; In[2]:= ListPlot3D[t3]; I suggest you try an alternative approach; perhaps performing an interpolation on the matrix elements and then Plot3D the interpolating function. Tomas Garza Mexico City ----- Original Message ----- From: "Su Su Win" <susuwin at post.kek.jp> To: mathgroup at smc.vnet.net Subject: [mg27764] [mg27713] plot matrix > I have a big matrix of (4095 rows x 1280 column). > I want to plot those data in 3D graph just like listplot in both directions. > How shall i do for the x and y axis? > best, win > > >
- References:
- plot matrix
- From: "Su Su Win" <susuwin@post.kek.jp>
- plot matrix