From: amit sharma on 6 Jul 2010 12:32 Dear sir i have a 2-Dimension array. how i count the no of element in particular row. thanks
From: Matt J on 6 Jul 2010 12:38 size(YourArray,2);
From: Oleg Komarov on 6 Jul 2010 12:40 amit sharma <sharma.a28(a)gmail.com> wrote in message <f48fc740-b423-4ce8-aa0d-a5e132ff9938(a)m35g2000prn.googlegroups.com>... > Dear sir > > i have a 2-Dimension array. how i count the no of element in > particular row. > > > thanks The question, stated as it is, does not make sense. Be more specific: what kind of array do you have? Do you want to count elemnts that meet certain criteria (not NAN for example?) Oleg
|
Pages: 1 Prev: zoom functionality in figures Next: Adding columns to a matrix |