How change the base of the log??
66 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hi peoples, how change the base of the log example: log9(9) = 1
0 commentaires
Réponse acceptée
Adam
le 26 Sep 2014
Defining your own using an equality such as
log9(x) = log(x) / log(9)
looks to be your best option.
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Prepare Model Inputs and Outputs dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!