Explain the operation of this function . .
信息
此问题已关闭。 请重新打开它进行编辑或回答。
显示 更早的评论
raw(cellfun(@(x) ~isempty(x) && isnumeric(x) && isnan(x),raw)) = {''}
plz explain the operation of this. this line is used just after the use of xlsread and stored as raw.
what this line actually does ? why it is needed?
1 个评论
回答(0 个)
此问题已关闭。
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!