given a matrix, make in the output 1 column vector putting odd numbers in ascending order after that put the even numbers in descending order. Note :no repeated numbers in the output. Example
x= 1 2 3
4 5 6
7 8 9
y= 1
3
5
7
9
8
6
4
2
Solution Stats
Problem Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers49
Suggested Problems
-
673 Solvers
-
Solving Quadratic Equations (Version 1)
504 Solvers
-
Matlab Basics II - Extract last 3 elements of a vector
262 Solvers
-
Write a code that will follow the equation y = x * (x + x) * x.
358 Solvers
-
Tick. Tock. Tick. Tock. Tick. Tock. Tick. Tock. Tick. Tock.
956 Solvers
More from this Author12
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!