matlab code for loop
Can some开发者_如何学Goone please shed some light about this particular for loop in matlab C ? Initial is equal to each other !
for(ir = ir; ir<=temp; ir++){
}
Thanks in advance.
If ir is an integer, then the loop essentially does ir = max(ir, ceil(temp))
加载中,请稍侯......
精彩评论