How can i take the log2 of x plus 1 of a matrix
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
i have a table table with variable names and data below it. Id like to take the log base 2 of (x+1)
0 commentaires
Réponses (2)
John D'Errico
le 10 Sep 2022
What function in MATLAB gives the log, with base 2?
help log2
So what line of code would add 1 to x, and then take the log, base 2?
0 commentaires
Voir également
Catégories
En savoir plus sur Statistics and Machine Learning Toolbox 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!