Problem with Table exportation!
Show older comments
Hallo! I have this table wich consists of two columns one singe(AlplaParameter) and one double(ConfidenceInt)

I used this command in order export the table as figure
uitable('Data',T{:,:},'ColumnName',T.Properties.VariableNames,'RowName',T.Properties.RowNames,'Units', 'Normalized', 'Position',[0, 0, 1, 1]);
Unfortunatelly, the second column is transformed to two single columns leaving the column name empty. Here is a picture that illustates the problem:

How can I merge the title cells of 2nd and 3rd column?
Accepted Answer
More Answers (1)
Panos Ale
on 17 Jan 2018
0 votes
3 Comments
Panos Ale
on 17 Jan 2018
Walter Roberson
on 17 Jan 2018
Very odd... The spacing does show up if the ColumnWidth has been left 'auto' and you have not changed the width by attempting to drag it. Unfortunately in that combination, the second column is cut off because 'auto' is not wide enough to hold all of the information. As soon as you change the width of the second column, the spacing disappears!
I do not understand at the moment why this is happening. It will require more exploration.
Panos Ale
on 17 Jan 2018
Categories
Find more on Creating, Deleting, and Querying Graphics Objects in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!