Effacer les filtres
Effacer les filtres

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

2 vues (au cours des 30 derniers jours)
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

Réponse acceptée

Ulrik William Nash
Ulrik William Nash le 17 Août 2019
dx = find(strcmp(Fundamentals, 'ZYXI'))

Plus de réponses (0)

Catégories

En savoir plus sur Resizing and Reshaping Matrices dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by