找回密码
 注册
查看: 1362|回复: 2

[求助]关于for循环的问题,大家帮帮忙啊!急……

[复制链接]
发表于 2004-5-16 10:22:53 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。

您需要 登录 才可以下载或查看,没有账号?注册

x
我在编程时遇到要进行for循环的问题:
for n=i:0.1;j-----i、j都是变量通过其它语句算得。
   f(n)---对n进行处理
end
但是运行时说i、j变量不存在或未定义,我该怎么写才能运行成功啊?
或者还有什么其他方法可以实现相同的功能啊?要有循环计算的。
急处理这个问题,请大家一定要帮忙啊!谢谢各位了!
发表于 2004-5-18 12:01:31 | 显示全部楼层

[求助]关于for循环的问题,大家帮帮忙啊!急……

For example: we define a function:f(n)=n+1.
Check it with the following :
j=10;
for n=i:0.1:j
n+1
end
There is no problem!
Usually,we don't use 'i' or 'j' as a avariable number.
发表于 2004-5-29 21:56:29 | 显示全部楼层

[求助]关于for循环的问题,大家帮帮忙啊!急……

I am sorry ,we should give a initial value to ''i'' . For instanc :i=0.1
that is ok, please try it!
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表