[Scilab-users] distinguish between rows and columns

Clément David clement.david at scilab-enterprises.com
Wed Mar 1 16:40:41 CET 2017


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 at lists.scilab.org
> http://lists.scilab.org/mailman/listinfo/users



More information about the users mailing list