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