miss name columns in my table

[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?

 Accepted Answer

app.UITable2.ColumnName=UIT2.Properties.VariableNames;

More Answers (0)

Categories

Asked:

on 8 Jan 2024

Answered:

on 8 Jan 2024

Community Treasure Hunt

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

Start Hunting!