RE: Output Table Format Change
- To: mathgroup at smc.vnet.net
- Subject: [mg66700] RE: [mg66652] Output Table Format Change
- From: "David Park" <djmp at earthlink.net>
- Date: Sat, 27 May 2006 03:52:37 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
Do you want ListPlot[Flatten[tbl, 1], PlotJoined -> True, AspectRatio -> Automatic]; David Park djmp at earthlink.net http://home.earthlink.net/~djmp/ From: Narasimham [mailto:mathma18 at hotmail.com] To: mathgroup at smc.vnet.net Is there a command for removal of brackets automatically from output ? tbl = Table[ N[ {Sin[u+v],Cos[u-v]}],{u,0, Pi,Pi/6},{v,0, Pi,Pi/6}] ; ListPlot[tb,PlotJoined->True,AspectRatio->Automatic]; tb is same as tbl from which extra curly brackets { } are manually removed. (tbl output is deleted here). Thanks in advance.