Explain the operation of this function . .
Info
This question is closed. Reopen it to edit or answer.
Show older comments
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 Comment
Walter Roberson
on 10 Apr 2013
Answers (0)
This question is closed.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!