Search Table for value using other variables

2 次查看(过去 30 天)
I am wanting to pull out and manipulate a value from the below table.
Using P1, P4 and P7 to output the value from P8.
Help would be appreciated with this issue.

采纳的回答

Cris LaPierre
Cris LaPierre 2020-5-28
编辑:Cris LaPierre 2020-5-28
ind = t.P1==48.3 & t.P4==16 & t.P7==44.79;
valP8 = t.P8(ind)
Of course you'll have to use the actual table and full variable names from your table.
  3 个评论
Cris LaPierre
Cris LaPierre 2020-5-28
t2.varName = t.P8;
Just keep in mind that t2 will have to have the same number of rows as t.

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Logical 的更多信息

产品


版本

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by