I'm having trouble counting the number of rows in my uitable.
data={'for' '32' '1'
'123' 'tired' '3g'
'0' 'door' 'roof'};
w=uitable('data',data,'position',[100 100 100 100])
I have tried the command height, but i get an error saying
Undefined function 'height' for input arguments of type 'double'.
Error in boundary_conditions (line 9)
height(w)