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!