Re: [Scilab-users] distinguish between rows and columns

2017-03-01 Thread Clément David
Hello,

Yes exactly Pierre, 'r' means rows and 'c' means columns :) .

--
Clément

Le mercredi 01 mars 2017 à 01:02 -0700, PirPyn a écrit :
> I did not understant well your question. But from the size() help : 
> 
> Scilab wrote
> > The syntax n = size(x, sel) may be used to specify what dimension to get:
> > 
> > Set sel to 1 or
> 
> *
> >  'r' to get the number of rows.
> 
> *
> > Set sel to 2 or 
> 
> *
> > 'c' to get the number of columns.
> 
> *
> > Set sel to m, where m is a positive integer to get the mth dimension.
> > If m is greater than ndims(x), then size(x,m) returns 1.
> > Set sel to '*' to get the product of the dimensions.
> 
> 
> 
> 
> 
> --
> View this message in context: 
> http://mailinglists.scilab.org/distinguish-between-rows-and-columns-
> tp4035640p4035643.html
> Sent from the Scilab users - Mailing Lists Archives mailing list archive at 
> Nabble.com.
> ___
> users mailing list
> users@lists.scilab.org
> http://lists.scilab.org/mailman/listinfo/users
___
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users


Re: [Scilab-users] distinguish between rows and columns

2017-03-01 Thread PirPyn
I did not understant well your question. But from the size() help : 

Scilab wrote
> The syntax n = size(x, sel) may be used to specify what dimension to get:
> 
> Set sel to 1 or
*
>  'r' to get the number of rows.
*
> Set sel to 2 or 
*
> 'c' to get the number of columns.
*
> Set sel to m, where m is a positive integer to get the mth dimension.
> If m is greater than ndims(x), then size(x,m) returns 1.
> Set sel to '*' to get the product of the dimensions.





--
View this message in context: 
http://mailinglists.scilab.org/distinguish-between-rows-and-columns-tp4035640p4035643.html
Sent from the Scilab users - Mailing Lists Archives mailing list archive at 
Nabble.com.
___
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users