How change the base of the log??
62 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Rodrigo Franco
am 26 Sep. 2014
Kommentiert: Wahid Ali
am 7 Jul. 2017
Hi peoples, how change the base of the log example: log9(9) = 1
0 Kommentare
Akzeptierte Antwort
Adam
am 26 Sep. 2014
Defining your own using an equality such as
log9(x) = log(x) / log(9)
looks to be your best option.
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Prepare Model Inputs and Outputs finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!