Write a function that swaps two numbers x and y. Example, if x=5 and y=20, then after the function is called the new values of x and y should be x=20 and y=5. Write the code.

15 ビュー (過去 30 日間)
Kevin
Kevin 2014 年 6 月 30 日
回答済み: C.J. Harris 2014 年 6 月 30 日
x=5 y=20

回答 (1 件)

C.J. Harris
C.J. Harris 2014 年 6 月 30 日
[x,y] = deal(y,x)

カテゴリ

Help Center および File ExchangeGet Started with MATLAB についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by