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

40.48% Correct | 59.52% Incorrect
Last Solution submitted on Mar 19, 2024

Problem Comments

Solution Comments

Show comments


Problem Recent Solvers9974

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!