|
[Date Index]
[Thread Index]
[Author Index]
Re: Printing part of table
- To: mathgroup at smc.vnet.net
- Subject: [mg110980] Re: Printing part of table
- From: Helen Read <hpr at together.net>
- Date: Thu, 15 Jul 2010 03:11:10 -0400 (EDT)
- References: <i1k0dh$ni2$1@smc.vnet.net>
- Reply-to: Helen Read <helen.read at uvm.edu>
On 7/14/2010 5:35 AM, S. B. Gray wrote:
> Is there anything like Print[hugetable,{10}] which would show the first
> 10 elements of hugetable? One can do it by making a new table but there
> should be an immediate way.
>
> Steve Gray
>
Take[hugetable, 10]
--
Helen Read
University of Vermont
Prev by Date:
Re: Printing part of table
Next by Date:
Manipulate and syntax for InputField
Previous by thread:
Re: Printing part of table
Next by thread:
Re: Primitive Disk Gradient Fills in Graphics
|