retrieving data from excel sheet
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
how can I search a name in the excel sheet column, the code should return the 0 or 1, or found or not found.
0 commentaires
Réponses (1)
Walter Roberson
le 14 Juil 2020
readtable() the needed columns. ismember() the desired name with the table column variable as the second parameter.
Note: if you are doing that "distance between cities" exercise then you will have more work than I described above, because of the header line
Voir également
Catégories
En savoir plus sur Spreadsheets dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!