フィルターのクリア

Display a string text in Matlab app.designer

9 ビュー (過去 30 日間)
Mads Petersen
Mads Petersen 2022 年 3 月 28 日
コメント済み: Walter Roberson 2022 年 3 月 29 日
Hi
I am decoding some timetables with matlab vehicle network toolbox. The avaliable columns do often change in different logs.
In matlab live script i can simply show all avaliable colums names as:
rawTimeTable1 = "data"
msgTimetableJ1939 = j1939ParameterGroupTimetable(rawTimeTable1, canDB)
PGN = unique(msgTimetableJ1939.Name,"sorted")
answer:
PGN = 52x1 categorical
1 ACKM
2 AIR1
3 AMB
5 AT1OG2
...
Live script will show all unique columns names in log.
How do i - in Matlab app.designer - open up a windows showing a list with all these values?
I can simply "plot(PGN)" but that does not make a real list
Thanks!
  2 件のコメント
Rik
Rik 2022 年 3 月 29 日
What exactly do you want to show?
There is a way to capture the output of what disp would show.
Walter Roberson
Walter Roberson 2022 年 3 月 29 日

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeDevelop Apps Using App Designer についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by