MathGroup Archive 2006

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: Output Table Format Change

  • To: mathgroup at smc.vnet.net
  • Subject: [mg66703] Re: [mg66652] Output Table Format Change
  • From: gardyloo <gardyloo at mail.wsu.edu>
  • Date: Sat, 27 May 2006 03:52:49 -0400 (EDT)
  • References: <200605260817.EAA01719@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Something like
 
    tb = Flatten[tbl, 1]

perhaps?


Narasimham wrote:
> 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.
>
>
>   


-- 
==========================================================
Curtis Osterhoudt
PGP Key ID: 0x088E6D7A
Please avoid sending me Word or PowerPoint attachments
See http://www.gnu.org/philosophy/no-word-attachments.html
==========================================================


  • Prev by Date: Adding a notebook (or folder) to the Mathematica Front End menus?
  • Next by Date: Re: What does " 1.' " mean ?
  • Previous by thread: Output Table Format Change
  • Next by thread: Re: Output Table Format Change