Explain the operation of this function . .
Información
La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.
Mostrar comentarios más antiguos
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 comentario
Walter Roberson
el 10 de Abr. de 2013
Respuestas (0)
La pregunta está cerrada.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!