Log equation log(x)
Mostra commenti meno recenti
I have a complicated equation such as a log (X), and the constants are in log and in a function of other logs. Could you please confirm the language?
Risposte (1)
Ameer Hamza
il 5 Mag 2018
0 voti
Yes, MATLAB has built-in functions for logs. log() means log to base e. To use log to base 10 use log10(). You can refer to these function is MATLAB documentation https://www.mathworks.com/help/matlab/exponents-and-logarithms.html.
Categorie
Scopri di più su Data Logging in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!