I would like to display several tables in the same MATLAB figure, much the same as subplot can be used to display multiple graphs. However, it seems that subplot does not apply to uitable objects.
As you can see, instead of five tables distributed across the figure, I am getting five sets of empty axes, and only one of the tables is visible.
Is there a way to do this in MATLAB?
EDIT: Much better after applying the answer supplied below!