Elements in array and matrix

2 visualizaciones (últimos 30 días)
Minter
Minter el 4 de Abr. de 2020
Editada: Minter el 5 de Abr. de 2020
how would you detect duplicated user inputs in arrays? and how to use unique?

Respuestas (2)

KSSV
KSSV el 4 de Abr. de 2020
Read about input and unique.

Image Analyst
Image Analyst el 4 de Abr. de 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

Categorías

Más información sobre Multidimensional Arrays en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by