From: jason on
Hey everyone
I just upgraded to Matlab 2009a, and I want to update all my programs that used the old undocumented version of uitable. I'd like to be able to size the columns to fit the width of the display box, I had previously used autoresizemode to do this, but now that has be deprecated. I tried the set(table,'ColumnWidth','auto') but that isnt giving me the right output. any help would be greately appreciated

Jason