matlab编程题结果
1 输入x,y的值,并将它们的值互换后输出。x=input('Input x please.'); y=input('Input y please.'); z=x; x=y;
matlab编程题结果