extract a cell depending on the value of a variable

1 回表示 (過去 30 日間)
alpedhuez
alpedhuez 2020 年 12 月 16 日
コメント済み: alpedhuez 2020 年 12 月 21 日
Suppose I have a 2*1 cell T. T{1} is of the form
date city visitors
--------------------
January 1 2020 NY 100
January 2 2020 NY 50
T{2} is of the form
date city visitors
--------------------
January 1 2020 SF 40
January 2 2020 SF 30
Then I want to extract a cell of 'SF" not using T{2} but using the value of the city. How?
  3 件のコメント
Image Analyst
Image Analyst 2020 年 12 月 21 日
No answer after 4 days? Come on, you certainly know by now that you can get a faster answer if you give us code to create your table or attach it in a .mat file. I'll wait until then. I'm pretty sure I've given this link to you before but this time read it and accept its advice:
In the meantime try contains() or ismember().
alpedhuez
alpedhuez 2020 年 12 月 21 日
Thank you. I had resolved the issue one way or the other.

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

回答 (0 件)

カテゴリ

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

Community Treasure Hunt

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

Start Hunting!

Translated by