How can i take the log2 of x plus 1 of a matrix
1 view (last 30 days)
Show older comments
i have a table table with variable names and data below it. Id like to take the log base 2 of (x+1)
0 Comments
Answers (2)
John D'Errico
on 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 Comments
See Also
Categories
Find more on Data Logging in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!