Problem 44443. Matrix to vector transformation
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 commentsProblem Recent Solvers47
Suggested Problems
-
What is the distance from point P(x,y) to the line Ax + By + C = 0?
547 Solvers
-
Return the first and last characters of a character array
11193 Solvers
-
Determine the length of a string of characters
261 Solvers
-
Change the first and last diagonal element of the identity matrix to zero
154 Solvers
-
Matlab Basics - Convert a row vector to a column vector
656 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!