[Scilab-users] distinguish between rows and columns

PirPyn payen.pierre at gmail.com
Wed Mar 1 09:02:01 CET 2017


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.



More information about the users mailing list