フィルターのクリア

miss name columns in my table

3 ビュー (過去 30 日間)
Trop Trader
Trop Trader 2024 年 1 月 8 日
回答済み: Voss 2024 年 1 月 8 日
[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 Center および File ExchangeTables についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by