Plz explain the operation
Mostra commenti meno recenti
[~, ~, 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
Risposta accettata
Più risposte (1)
Azzi Abdelmalek
il 9 Apr 2013
0 voti
Read a cell raw from an Excel file then replace all numeric values, nan and empty element by ' '
Categorie
Scopri di più su Structures in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!