Problem 262. Swap the input arguments
Write a two-input, two-output function that swaps its two input arguments. For example:
[q,r] = swap(5,10)
returns q = 10 and r = 5.
Solution Stats
Problem Comments
-
11 Comments
Hello Kaushik,
Cody initially used a code-size point system for solving a problem, which gave you points according to the size of the solution. That was, the smaller your solution size, the more points you got.
The solution size is calculated as follows - "Cody uses a node-count calculation to determine the solution size based on the number of nodes in the parse tree. Think of size as code length. Comments do not contribute to code size."
(click Help button on your link dashboard or go to the link
https://in.mathworks.com/matlabcentral/content/cody/about.html)
Also note that the scoring system was changed to fixed points system (10 points for solving a problem) some time ago.
lightwork !
This one was deceivingly easy
Solution Comments
Show commentsGroup

Matrix Manipulation I
- 16 Problems
- 98 Finishers
- Remove the air bubbles
- Remove NaN ?
- N-Dimensional Array Slice
- Back to basics 21 - Matrix replicating
- Back to basics 23 - Triangular matrix
- Make an awesome ramp for a tiny motorcycle stuntman
- Flip the main diagonal of a matrix
- surrounded matrix
- Some Assembly Required
- Set some matrix elements to zero
- Matrix with different incremental runs
- Removing rows from a matrix is easy - but what about inserting rows?
- Rotate input square matrix 90 degrees CCW without rot90
- Permute diagonal and antidiagonal
- Operate on matrices of unequal, yet similar, size
- Reverse the elements of an array
Problem Recent Solvers11740
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!