Plz explain the operation
이전 댓글 표시
[~, ~, 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
채택된 답변
추가 답변 (1개)
Azzi Abdelmalek
2013년 4월 9일
0 개 추천
Read a cell raw from an Excel file then replace all numeric values, nan and empty element by ' '
카테고리
도움말 센터 및 File Exchange에서 Structures에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!