Looping Array
Looping Array
(OP)
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(:,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?





RE: Looping Array
M
--
Dr Michael F Platten