Probably because most other languages follow that same naming convention. Not sure why, just historical I guess. Answer from Image Analyst on mathworks.com
🌐
MathWorks
mathworks.com › matlabcentral › answers › 196506-log-vs-log10-plot
LOG vs LOG10 plot - MATLAB Answers - MATLAB Central
April 7, 2015 - Up to now, I was using the 'loglog' plot. Is the 'loglog' plot actually a lnx-lny plot? Is there a command for a log10(x)log10(y) plot? Sign in to comment. Sign in to answer this question. ... You are so right..I just had trouble after I recalled that log(x) in Matlab means ln(x) in Maths.
🌐
MathWorks
mathworks.com › matlab › mathematics › elementary math › exponents and logarithms
log10 - Common logarithm (base 10) - MATLAB
For more information, see Run MATLAB Functions with Distributed Arrays (Parallel Computing Toolbox). ... The log10 function can calculate on all variables within a table or timetable without indexing to access those variables. All variables must have data types that support the calculation.
Discussions

LOG vs LOG10 plot
LOG vs LOG10 plot . Learn more about loglog, log10, log More on la.mathworks.com
🌐 la.mathworks.com
1
0
April 7, 2015
[Q] Is there general advice for when to use log vs log10 transforms on data?
We prefer natural logs (that is, logarithms base e) because, as described above, coefficients on the natural-log scale are directly interpretable as approximate proportional differences: with a coefficient of 0.06, a difference of 1 in x corresponds to an approximate 6% difference in y, and so forth. Andrew Gelman and Jennifer Hill (2007). Data Analysis using Regression and Multilevel/Hierarchical Models. Cambridge University Press: Cambridge; New York, pp. 60-61. More on reddit.com
🌐 r/statistics
10
27
January 8, 2020
log10 vs semilog
I assume your DrainCurrent is <1 (and >0), which is why log10(Draincurrent) is negative. Sign in to comment. Sign in to answer this question. Find more on Data Logging in Help Center and File Exchange ... Find the treasures in MATLAB Central and discover how the community can help you! More on mathworks.com
🌐 mathworks.com
1
0
April 8, 2021
LOG vs LOG10 plot
LOG vs LOG10 plot . Learn more about loglog, log10, log More on kr.mathworks.com
🌐 kr.mathworks.com
1
0
April 7, 2015
🌐
Reddit
reddit.com › r/statistics › [q] is there general advice for when to use log vs log10 transforms on data?
r/statistics on Reddit: [Q] Is there general advice for when to use log vs log10 transforms on data?
January 8, 2020 - I default to log because there are a lot more nice theory elements that work very nicely with it. I only ever use log10 is I'm graphing data, want a logged axis, and the scale of the data actually means using log10 gives reasonable axis tick marks.
🌐
MathWorks
mathworks.com › matlabcentral › answers › 795877-log10-vs-semilog
log10 vs semilog - MATLAB Answers - MATLAB Central
April 8, 2021 - both curves match perfectly in shape, but the semilogy y curve has very small positive y values while the log10 curve has large negative y values. Sign in to comment. Sign in to answer this question.
🌐
MathWorks
mathworks.com › matlab › graphics › 2-d and 3-d plots › line plots
loglog - Log-log scale plot - MATLAB
This MATLAB function plots x- and y-coordinates using a base-10 logarithmic scale on the x-axis and the y-axis.
Find elsewhere
🌐
MathWorks
mathworks.com › symbolic math toolbox › mathematics › mathematical functions
log10 - Log base 10 of symbolic input - MATLAB
syms x f = x^2; fLog10 = log10(f) fLog10 = log(x^2)/log(10) Convert symbolic output to double by substituting for x with a number using subs, and then using double. fLog10 = subs(fLog10,x,5); % x is 5 fLog10 = double(fLog10) fLog10 = 1.3979 · collapse all · Input, specified as a number, vector, matrix, or array, or a symbolic number, variable, array, function, or expression. Introduced before R2006a · log | log2 · You clicked a link that corresponds to this MATLAB command: Run the command by entering it in the MATLAB Command Window.
🌐
Engineering LibreTexts
eng.libretexts.org › campus bookshelves › oxnard college › matlab and octave programming for stem applications (smith) › 1: modeling, simulation, and matlab’s interpreter › 1.3: a glorified calculator
1.3.1: log(), round(), floor(), and ceil() functions - Engineering LibreTexts
August 21, 2024 - This tradition has been continued into current computer programming languages, possibly for compatibility. We can't change it, so we just have to remember to use log(x) for the natural logarithm of x, and log10(x) for the logarithm base 10 of x.
🌐
MathWorks
mathworks.com › matlab › mathematics › elementary math › exponents and logarithms
log - Natural logarithm - MATLAB
For more information, see Run MATLAB Functions with Distributed Arrays (Parallel Computing Toolbox). ... The log function can calculate on all variables within a table or timetable without indexing to access those variables. All variables must have data types that support the calculation. For more information, see Direct Calculations on Tables and Timetables. log1p | log2 | log10 ...
🌐
MathWorks
mathworks.com › matlabcentral › answers › 2045480-how-to-avoid-log10-from-calculating-for-log-values-or-if-its-calculated-for-complex-log-how-do-i-avo
How to avoid log10 from calculating for log values or if its calculated for complex log how do i avoid it? - MATLAB Answers - MATLAB Central
November 10, 2023 - for example if code log10(-3) i get ans = 0.4771 + 1.3644i but as we know log isn't defined for negative value. My objective is to calculate the correction factor for acoustic measu...
🌐
EDUCBA
educba.com › home › data science › data science tutorials › matlab tutorial › matlab log
Matlab log | Learn the different examples of Matlab log
March 8, 2023 - In the case of an array, we will get the natural logarithm of every element in the array. A = log10 (Number) is used to compute the common logarithm (base 10) of a number in Matlab.
Address   Unit no. 202, Jay Antariksh Bldg, Makwana Road, Marol, Andheri (East),, 400059, Mumbai
🌐
MathWorks
mathworks.com › matlabcentral › answers › 493344-how-to-write-this-equation
How to write this equation? - MATLAB Answers - MATLAB Central
November 26, 2019 - What you have done in Excel is actually calculate the log10, because you omitted the base as an input. The log function in Matlab computes the natural logarithm.
🌐
Johns Hopkins University
math.jhu.edu › ~shiffman › 370 › help › techdoc › ref › log10.html
log10 (MATLAB Function Reference)
Description The log10 function operates element-by-element on arrays. Its domain includes complex numbers, which may lead to unexpected results if used unintentionally. Y = log10(X) returns the base 10 logarithm of the elements of X.
🌐
Measurebiology
measurebiology.org › wiki › Understanding_log_plots
Understanding log plots - Course Wiki
August 23, 2017 - Unfortunately, the Vice President ... of its argument instead of $ \log_{10} $. This is just downright lame and confusing. The MATLAB function log10() returns log base 10 ($ \log_{10} $)....
🌐
MathWorks
mathworks.com › matlab › graphics › 2-d and 3-d plots › line plots
semilogx - Semilog plot (x-axis has log scale) - MATLAB
This MATLAB function plots x- and y-coordinates using a base-10 logarithmic scale on the x-axis and a linear scale on the y-axis.