课程: Introduction to Programming with MATLAB in coursera

孔梓
2023-12-01
课程: Introduction to Programming with MATLAB in coursera

lesson4.2 input/output
1 从控制台输入一个参数例子
function a = one_more
x = input('Gimme a number, buddly:');
a = x + 1
 类似资料: