capverde
Aerospace
- Oct 23, 2007
- 1
If I have an 8 X1 Array of varying numbers:
A
,1) = 1,2,3,3,3,3,2,1 . What code would i use to display the range of values, so that the output would be B
,1) = 1, 2, 3 regardelss of order or if a number is repeated?
A