Plz explain the operation
Afficher commentaires plus anciens
[~, ~, 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
Réponse acceptée
Plus de réponses (1)
Azzi Abdelmalek
le 9 Avr 2013
0 votes
Read a cell raw from an Excel file then replace all numeric values, nan and empty element by ' '
Catégories
En savoir plus sur Structures dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!