You will be provided with an array or matrix that contains various numbers, in addition to an evening variable, e, set to 1 or 0. If e==1, then you should return an evened version of the matrix, wherein all odd numbers have one added to them to make them even. For example,
On the other hand, if e==0, then you should return the same matrix with only odd numbers, wherein one has been added to every even number. For example,
Return a list sorted by number of occurrences
1225 Solvers
Renaming a field in a structure array
542 Solvers
747 Solvers
Back to basics 9 - Indexed References
348 Solvers
118 Solvers