[a1,b,c] = unique(cellfun(@char,a,'un',0))
I read the cellfun page but didn't find anything about this.

 Respuesta aceptada

Walter Roberson
Walter Roberson el 21 de Mzo. de 2019

0 votos

It means to wrap the result of each function call into a cell. That way the function call does not need to return a scalar.

Más respuestas (0)

Categorías

Etiquetas

Preguntada:

el 21 de Mzo. de 2019

Respondida:

el 21 de Mzo. de 2019

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by