> 其他 >
matlab编程 随便输入三个数字,然后从小到大排序,求代码
人气:433 ℃ 时间:2020-05-26 11:18:07
解答
x1=input('please input x1=')
;x2=input('please input x2=');
x3=input('please input x3=');
a=[x1 x2 x3];
b=sort(a);disp(b)
推荐
猜你喜欢
© 2024 79432.Com All Rights Reserved.
电脑版|手机版