What does 'un' mean here ?

3 visualizzazioni (ultimi 30 giorni)
IBM watson
IBM watson il 21 Mar 2019
Risposto: Walter Roberson il 21 Mar 2019
[a1,b,c] = unique(cellfun(@char,a,'un',0))
I read the cellfun page but didn't find anything about this.

Risposta accettata

Walter Roberson
Walter Roberson il 21 Mar 2019
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.

Più risposte (0)

Categorie

Scopri di più su Structures in Help Center e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by