About 115,000 results
Open links in new tab
  1. log - Natural logarithm - MATLAB - MathWorks

    This MATLAB function returns the natural logarithm ln(x) of each element in array X.

  2. How can I calculate ln (x) in matlab code? - MathWorks

    Jun 30, 2015 · I am trying to find the syntax for ln(x) in matlab but nothing works. Anyone has an idea?

  3. how to represent ln in matlab? - MathWorks

    Jan 18, 2013 · Dear Sir, I need to calculate 'log base e(ln)' in matlab.how to use it ?. Thanks in advance.

  4. Why does Matlab use 'log' instead of 'ln'? - MathWorks

    Dec 9, 2015 · I could understand if "ln ()" already existed, but it isn't used for anything! I have heard of so many examples of people getting confused or messing up their code because they …

  5. Exponents and Logarithms - MATLAB & Simulink - MathWorks

    Exponential, logarithm, power, and root functionsIn addition to common functions like exp and log, MATLAB ® has several other related functions to allow flexible numerical calculations. The …

  6. How to use the constant e? - MATLAB Answers - MATLAB Central

    Sep 14, 2016 · So the question is given x =0.2 calculate (x^2) *e^4. I know for pi you just type pi which is just pi in the command. But how do I type e in the command window. Also how to use …

  7. How to write log base e in MATLAB? - MathWorks

    Oct 1, 2019 · In matlab, the general log (without radix) is equivalent to natural logarithm (e). Generally, the legal radix in matlab is only 2 and 10

  8. how to use "ln" function on each elemnets of the matrix?

    Sep 13, 2018 · I would like to use ln (natural logarithm) function on each of the matrix element, how can I do that?

  9. integral - Numerical integration - MATLAB - MathWorks

    q = integral(fun,xmin,xmax,Name,Value) specifies additional options with one or more Name,Value pair arguments. For example, specify 'WayPoints' followed by a vector of real or …

  10. log10 - Common logarithm (base 10) - MATLAB - MathWorks

    This MATLAB function returns the common logarithm of each element in array X.