MATLAB: How to turn off the default row numbers for the table in the Live Editor when row names are provided in MATLAB 9.6 (R2019a)

MATLAB

I would like to remove row numbers for the table in the Live Editor. When there are VariableNames provided, the column names are completely replaced by the variable names provided. But, when there are row names provided with RowNames, there is a default counter in addition to the names provided.

Best Answer

Unfortunately, there is no way to turn off the default row numbers for the table. We will consider creating a feature to remove the default row numbers when row names are provided.