Filter löschen
Filter löschen

retrieving data from excel sheet

1 Ansicht (letzte 30 Tage)
abdul rehman
abdul rehman am 14 Jul. 2020
Kommentiert: Walter Roberson am 14 Jul. 2020
how can I search a name in the excel sheet column, the code should return the 0 or 1, or found or not found.

Antworten (1)

Walter Roberson
Walter Roberson am 14 Jul. 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
  4 Kommentare
abdul rehman
abdul rehman am 14 Jul. 2020
Actually, Sorry i am unable to clearify you. The issue is that the is stored in excel file is showing as NaN means noting or empty cell, when i retrive using xlsread or readtalbe.
Walter Roberson
Walter Roberson am 14 Jul. 2020
[~, ~, raw] = xlsread('TheFileName.xlsx');

Melden Sie sich an, um zu kommentieren.

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by