Output Table Format Change
- To: mathgroup at smc.vnet.net
- Subject: [mg66652] Output Table Format Change
- From: "Narasimham" <mathma18 at hotmail.com>
- Date: Fri, 26 May 2006 04:17:02 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
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.
- Follow-Ups:
- Re: Output Table Format Change
- From: gardyloo <gardyloo@mail.wsu.edu>
- Re: Output Table Format Change