Info
この質問は閉じられています。 編集または回答するには再度開いてください。
variables problem , infinite loop
1 回表示 (過去 30 日間)
古いコメントを表示
when I push ctrl+c , I see id1 and id2.
id1 0.513709476164662
id2 0.513709476164661
if they are equal ,the loop will end how can delete last numbers after comma
0 件のコメント
回答 (2 件)
Azzi Abdelmalek
2013 年 11 月 1 日
format long
id1=0.513709476164662
id2=0.513709476164661
id1=str2num(sprintf('%.14f',id1))
id2=str2num(sprintf('%.14f',id2))
id1==id2
0 件のコメント
この質問は閉じられています。
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!