フィルターのクリア

Display the ID of the participant who has the fastest response time in Experiment 1

1 回表示 (過去 30 日間)
N/A
N/A 2019 年 2 月 3 日
回答済み: Stephen23 2019 年 2 月 3 日
ParticipantID Experiment1
_____________ ___________
507 0.505
505 0.665
502 0.73
501 0.885
504 0.925
509 0.965
503 1.07
I did min(Experiment1) to get the minimum value of experiement one but my answer needs to be the Participant ID of the minimum value so (507), can someone help me please!

採用された回答

Stephen23
Stephen23 2019 年 2 月 3 日
>> [val,idx] = min(T.Experiment1);
>> T.ParticipantID(idx)
ans = 507

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeTime Series についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by