Number of column in a matrix
- Subject: Number of column in a matrix
- From: laurent couraud
- Date: Tue, 22 Mar 2005 00:42:18 +0100
Hello,
How to know the number of column in a matrix.
If A is the matrix and if I do :
LENGTH(ROW(A,1));
This return alway 1.
Thanks for your help.