Plz explain the operation
Ältere Kommentare anzeigen
[~, ~, raw] = xlsread('C:\Users\KARTHIK P K\Desktop\kpk.xls','MT1_PMUtest_RealTimePass','E3:AQ1014');
raw(cellfun(@(x) ~isempty(x) && isnumeric(x) && isnan(x),raw)) = {''};
Explain the operation of the above statements plz
Akzeptierte Antwort
Weitere Antworten (1)
Azzi Abdelmalek
am 9 Apr. 2013
0 Stimmen
Read a cell raw from an Excel file then replace all numeric values, nan and empty element by ' '
Kategorien
Mehr zu Structures finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!