Problem 59846. Sequencing Odd Even numbers
Given an input value n, create a vector which contains all odd numbers & even numbers centered around mean of vector. If the mean is even/decimal number, round and rescale the even values of vecto. Similarly if the mean of vector is odd, rescale the odd numbers and present it as Odd-Even format
Solution Stats
Problem Comments
-
1 Comment
Dyuman Joshi
on 14 Oct 2024
@VBBV, I strongly recommend you to remove the solution from the solution template and update the test suite with atleast 4 good quality test cases.
Solution Comments
Show commentsProblem Recent Solvers10
Suggested Problems
-
Who knows the last digit of pi?
671 Solvers
-
609 Solvers
-
Duplicate each element of a vector.
610 Solvers
-
Generate N equally spaced intervals between -L and L
876 Solvers
-
Find the index of n in magic(n)
247 Solvers
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!