Question: length of 2 dimensional array with variable length

I have a 2 dimensional array with variable length. I want to extract the number of elements of each row. For example What is the number of element in x(1,i)?

Please Wait...