|
[Date Index]
[Thread Index]
[Author Index]
Re: Postfix and options
- To: mathgroup at smc.vnet.net
- Subject: [mg115325] Re: Postfix and options
- From: Bill Rowe <readnews at sbcglobal.net>
- Date: Fri, 7 Jan 2011 04:12:51 -0500 (EST)
On 1/6/11 at 2:07 AM, tmatsoukas at me.com (Themis Matsoukas) wrote:
>?Is it possible to specify TableHeadings in
>{{1,2},{3,4}}//TableForm
Yes. Try
{{1, 2}, {3, 4}} // TableForm[#, TableHeadings -> {{a, b}, {c, d}}] &
Prev by Date:
Re: about the use of button
Next by Date:
Clip[] doesn't work as expected
Previous by thread:
Postfix and options
Next by thread:
Re: Postfix and options
|