How can i take the log2 of x plus 1 of a matrix
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Jose Mendoza Garcia
el 10 de Sept. de 2022
Respondida: Walter Roberson
el 10 de Sept. de 2022
i have a table table with variable names and data below it. Id like to take the log base 2 of (x+1)
0 comentarios
Respuestas (2)
John D'Errico
el 10 de Sept. de 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 comentarios
Ver también
Categorías
Más información sobre Data Logging en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!