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

2 次查看(过去 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 CenterFile Exchange 中查找有关 Convert Image Type 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by