Check out example codes for "show a matrix in matlab app designer". It will help you in understanding the concepts better.
Code Example 1
f = figure;
uit = uitable(f,'Data',randi(100,10,3),'Position',[20 20 262 204]);
Learn ReactJs, React Native from akashmittal.com