How change the base of the log??
60 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Hi peoples, how change the base of the log example: log9(9) = 1
0 Commenti
Risposta accettata
Adam
il 26 Set 2014
Defining your own using an equality such as
log9(x) = log(x) / log(9)
looks to be your best option.
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Prepare Model Inputs and Outputs in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!