Skip to content
Snippets Groups Projects
Commit 16a87a51 authored by leprob001's avatar leprob001
Browse files

Removed row numbers in trajectory output table.

parent bb5f0536
No related branches found
No related tags found
No related merge requests found
......@@ -193,6 +193,7 @@ artoaGui.trajectoryOutput.tableTrackList = uitable( ...
'Units', 'normalized', ...
'Position', [.05, .05, .9, .9], ...
'Data', cell(1, length(columns)), ...
'RowName', [], ...
'ColumnName', columns, ...
'ColumnEditable', false, ...
'ColumnWidth', {20, 30, 110}, ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment