Calling data based on column name

16 Ansichten (letzte 30 Tage)
Kyle Koutonen
Kyle Koutonen am 14 Mär. 2021
Beantwortet: Seth Furman am 18 Mär. 2021
Say In matlab app designer in a table app.UITable1 and i want to calculate the mean of certain column based off the name I type into a edit feild (text) that matched with a column name of a table, who would i accomplish this?

Akzeptierte Antwort

Seth Furman
Seth Furman am 18 Mär. 2021
You could do something like
mean(t{:,varName})
where t is your UI table data (assuming it is represented as a table type) and varName is the variable name.
Take a look at this link for more on how to access table data.

Weitere Antworten (0)

Kategorien

Mehr zu Develop Apps Using App Designer finden Sie in Help Center und File Exchange

Produkte


Version

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by