Matlab控制语句与逻辑运算

Matlab控制语句与逻辑运算1:for循环语句的格式如下:for 循环变量=变量的范围命令串end例1如:>> s=0;for i=1:1:100s=s+iend 结果为s = 5050例

腾讯文库Matlab控制语句与逻辑运算