Find the ID of a specific text in a specific column of a many-columned cell.

1 回表示 (過去 30 日間)
A simple question, for which a simple, to the point answer has been hard to find.
Please see the attached image of my cell. I wish to find the index of the ticker ZYXI in column 1. How?
ticker.JPG

採用された回答

Ulrik William Nash
Ulrik William Nash 2019 年 8 月 17 日
dx = find(strcmp(Fundamentals, 'ZYXI'))

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeConvert Image Type についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by