What does 'un' mean here ?

14 views (last 30 days)
IBM watson
IBM watson on 21 Mar 2019
Answered: Walter Roberson on 21 Mar 2019
[a1,b,c] = unique(cellfun(@char,a,'un',0))
I read the cellfun page but didn't find anything about this.

Accepted Answer

Walter Roberson
Walter Roberson on 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.

More Answers (0)

Tags

Community Treasure Hunt

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

Start Hunting!