Hello I have h(450x800).
unique(h) gives a column vector of all unique elements of h in Matlab.
But in Simulink it shows below error
"Unless 'rows' is specified, the first input must be a vector. If the vector is variable-size, then either the first dimension or the second must have a fixed length of 1. The input [] is not supported. Use a 1-by-0 or 0-by-1 input (e.g., zeros(1,0) or zeros(0,1)) to represent the empty set."
Can somebody know how can I get all the unique elements of a matrix?

 채택된 답변

Walter Roberson
Walter Roberson 2018년 6월 15일

1 개 추천

unique(h(:))

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Simulink에 대해 자세히 알아보기

제품

릴리스

R2017a

태그

질문:

2018년 6월 15일

댓글:

2018년 6월 15일

Community Treasure Hunt

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

Start Hunting!

Translated by