The table control does not "auto-size" to the data inside it. You have to set the size with the Position setting
handles.uitable1.Position = [x, y, width, height];
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!