My loop can't (sometimes...) evaluate its variable

Hello,
I have a problem with a program : It was working yesterday, but this morning it didn't anymore... The same problem also happens with a very basic code :
F=0.32;
for x=-0.5:0.01:0.5
if x==F
disp(x)
end
end
For F=0.32 it doesn't disp the value (even if i write 'x" instead of "disp(x)" etc). For F=0.28, it does work... Not for F=0.29.
I'm a bit lost, did I use something wrong ?
Thank you for your help !

 采纳的回答

1 个评论

Thank you very much for your answer.
I wasn't enough aware of that... I'll read this documentation, thanks!

请先登录,再进行评论。

更多回答(0 个)

类别

帮助中心File Exchange 中查找有关 Matrix Indexing 的更多信息

产品

版本

R2018a

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by