Borrar filtros
Borrar filtros

miss name columns in my table

3 visualizaciones (últimos 30 días)
Trop Trader
Trop Trader el 8 de En. de 2024
Respondida: Voss el 8 de En. de 2024
[UIT2,col_pos,col_neg]=Predator_TableProfitMonth_Struct(app.Eq,app.PeriodicalDropDown_2.Value);
app.UITable2.Data=UIT2;
i don't see the name momnth in title column!
how do I put it in the table in the column names?

Respuesta aceptada

Voss
Voss el 8 de En. de 2024
app.UITable2.ColumnName=UIT2.Properties.VariableNames;

Más respuestas (0)

Categorías

Más información sobre Tables en Help Center y File Exchange.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by