What does 'un' mean here ?

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

 采纳的回答

Walter Roberson
Walter Roberson 2019-3-21

0 个投票

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.

更多回答(0 个)

类别

帮助中心File Exchange 中查找有关 Structures 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by