matlab a+b

格式化输出:

x = input('x:');
y = input('y:');
fprintf('%d\n', x + y);

 

你可能感兴趣的:(matlab a+b)