How do you replace duplicate values in an array?

조회 수: 2 (최근 30일)
Vy-An
Vy-An 2014년 6월 24일
답변: José-Luis 2014년 6월 24일
I'm trying to create an array (1 by n) filled with random integers. All of the integers have to be unique. I tried using unique but that only got rid of the duplicate values and shortens the array; I want to keep my array at a constant size. How can I replace these duplicate values, without affecting the others?
example:
[ 1 3 5 5 6 7 9 9 ]
turns into
[ 1 3 5 8 6 7 9 2 ]
or something like that (5 and 9 are replaced).
Or, better yet, is there any random function that doesn't repeat at all? Thanks.

채택된 답변

José-Luis
José-Luis 2014년 6월 24일

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Loops and Conditional Statements에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by