If A is a table or timetable, then size(A) returns a two-element row vector consisting of the number of rows and the number of table variables !tocheck
szdim = size(A,dim) returns the length of dimension dim when dim is a positive integer scalar
szdim = size(A,[dim1,dim2,…,dimN]) returns the lengths of dimensions dim1, dim2, …, dimN in the row vectorszdim