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!