フィルターのクリア

How can I send data from a GUI Window to a table in another GUI Window in AppDesigner?

1 回表示 (過去 30 日間)
Tomás Salvo Aportone
Tomás Salvo Aportone 2023 年 12 月 2 日
回答済み: Walter Roberson 2023 年 12 月 2 日
I'm working on a project where I have to calculate 4 values for 3 different frequencies, totalling in 12 values. My teacher wants a table with all of these numbers to appear in a sepparate window. I can't seem to figure out how to send these numbers to another window. Each number is an individual variable.
The app that's calculating the numbers is called ParBifiliar, while the table app is called Tablas, if you could incorporate these names into the examples I would deeply appreciate it, I'm a noob and easily confused.

回答 (1 件)

Walter Roberson
Walter Roberson 2023 年 12 月 2 日
Create a uifigure(). Create a uitable() within the uifigure. Set the Data of the uitable to be a table() containing the values you want.

カテゴリ

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

製品


リリース

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by