Cody
Reverse the order of elements in an array:
eg:
input X = [ 1 2 3 ; 4 5 6 ; 7 8 9 ]
output Y = [ 9 8 7 ; 6 5 4 ; 3 2 1 ]
Solution 1416469
Remember not to change the function name
Interpolator
1310 Solvers
Prime factor digits
552 Solvers
Back to basics 4 - Search Path
280 Solvers
Close MATLAB with keyboard
192 Solvers
Free passes for everyone!
579 Solvers
Find the solution of algebraic equation
20 Solvers
Accessing elements on the diagonal
68 Solvers
Find out missing number from a vector of 9 elements
207 Solvers
Identify the heavier bag
34 Solvers
RMS value from a set of observations
28 Solvers
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list:
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Contact your local office
Solution 1416469
Remember not to change the function name