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!