Clear Filters
Clear Filters

MATLAB Being Helpful hah:

1 view (last 30 days)
Muhammad Nauman
Muhammad Nauman on 26 Aug 2018
Commented: Stephen23 on 26 Aug 2018

Accepted Answer

Aquatris
Aquatris on 26 Aug 2018
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
Stephen23
Stephen23 on 26 Aug 2018
"in MATLAB" : Not just in MATLAB, but all languages that use E-notation:

Sign in to comment.

More Answers (0)

Categories

Find more on Get Started with MATLAB 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!