What does 'un' mean here ?

조회 수: 14 (최근 30일)
IBM watson
IBM watson 2019년 3월 21일
답변: Walter Roberson 2019년 3월 21일
[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일
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개)

태그

Community Treasure Hunt

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

Start Hunting!

Translated by