Inf problem
Show older comments
I'm working on video, and have alot of computations in my processes. in one part i divide a number on another one, but I receive wrong result.
for example:
1.000000000000000e-03/ 1.000000000000000e-03+ 0
ans
=Inf
how can i handle this?
I use format short, but it doesn't help me.
please help
Accepted Answer
More Answers (1)
Walter Roberson
on 1 Aug 2011
Please copy the exact code that reproduces this on your system. It appears that the denominator on the division is becoming 0, which could perhaps happen due to the exact spacing you use.
Also, I suggest you try
format short g
1 Comment
shab shekan
on 2 Aug 2011
Categories
Find more on Introduction to Installation and Licensing in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!