miss name columns in my table

3 次查看(过去 30 天)
[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?

采纳的回答

Voss
Voss 2024-1-8
app.UITable2.ColumnName=UIT2.Properties.VariableNames;

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Tables 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by