程序如下。
操作如下:
输入代码:
x = input('请输入x:');
disp(['x = ' num2str(x)]);
input【x】.
运行结果:
请输入x:5
x = 5
运行无误即可。