After your
T1=num2cell(T1);
do
T1(:,end) = cellfun(@num2str, T1(:,end), 'uniform', 0);
Then
set( handles.uitable1, 'Data', T1, 'ColumnFormat', {'numeric', 'numeric', 'numeric', 'char'})
After your
T1=num2cell(T1);
do
T1(:,end) = cellfun(@num2str, T1(:,end), 'uniform', 0);
Then
set( handles.uitable1, 'Data', T1, 'ColumnFormat', {'numeric', 'numeric', 'numeric', 'char'})
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!