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 件のコメント
Walter Roberson
2013 年 4 月 10 日
回答 (0 件)
この質問は閉じられています。
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!