Elements in array and matrix

2 Ansichten (letzte 30 Tage)
Minter
Minter am 4 Apr. 2020
Bearbeitet: Minter am 5 Apr. 2020
how would you detect duplicated user inputs in arrays? and how to use unique?

Antworten (2)

KSSV
KSSV am 4 Apr. 2020
Read about input and unique.

Image Analyst
Image Analyst am 4 Apr. 2020
Hint: call input() or inputdlg() to get the numbers, and unique() inside a while statement to check for validity
while length(numbers) ~= length(unique(numbers)) && sum(numbers > 0) ~= 5

Kategorien

Mehr zu Multidimensional Arrays finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by