MATLAB: Is it possible to change the width and alignment of text within the initial column of a table in a GUI, using GUIDE or inside the code itself

columnsguiguidetableswidth

I am designing a table for use in a GUI, and I would like to change the width of the column circled in blue in the attached image. So far, I can only change it by changing the length of the text inside the boxes themselves. When I do that, it also centers the text within the column, leaving a lot of space on either side. Is it possible to re-align the text in this initial column with, say, the left side of the table? Also, is it possible more generally to change the width of that column regardless of how long the text in the boxes is?

Best Answer