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

Reply via email to