swap.m 115 Bytes
Newer Older
Valentin Platzgummer's avatar
Valentin Platzgummer committed
1 2 3 4 5
function [y, x] = swap(x, y)
%SWAP  Swap two variables.
%
%   [a, b] = SWAP(x, y) sets A to Y and B to X.
end