matlab a+b

格式化输出:

x = input('x:');
y = input('y:');
fprintf('%d\n', x + y);
发布了219 篇原创文章 · 获赞 43 · 访问量 10万+

猜你喜欢

转载自blog.csdn.net/qq_43568078/article/details/103911317
A+B