我无法计算我的 uitable 中的行数。
data={'for' '32' '1'
'123' 'tired' '3g'
'0' 'door' 'roof'};
w=uitable('data',data,'position',[100 100 100 100])
我已经尝试了命令高度,但我收到一条错误消息
Undefined function 'height' for input arguments of type 'double'.
Error in boundary_conditions (line 9)
height(w)