How can i take the log2 of x plus 1 of a matrix
1 回表示 (過去 30 日間)
古いコメントを表示
i have a table table with variable names and data below it. Id like to take the log base 2 of (x+1)
0 件のコメント
回答 (2 件)
John D'Errico
2022 年 9 月 10 日
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 件のコメント
参考
カテゴリ
Help Center および File Exchange で Data Logging についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!