Plz explain the operation
Mostrar comentarios más antiguos
[~, ~, 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
Respuesta aceptada
Más respuestas (1)
Azzi Abdelmalek
el 9 de Abr. de 2013
0 votos
Read a cell raw from an Excel file then replace all numeric values, nan and empty element by ' '
Categorías
Más información sobre Structures en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!