Accepted Answer

What is the question?
I assume the question is why the answers are different. Answer is simple
10e-12 is not equal 10^-12
In Matlab
1e-12 = 10^-12
10e-12 = 10*10^-12

2 Comments

thank you!
"in MATLAB" : Not just in MATLAB, but all languages that use E-notation:

Sign in to comment.

More Answers (0)

Categories

Products

Community Treasure Hunt

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

Start Hunting!