converting table values to RPM
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Davindra Usov
el 18 de En. de 2023
Comentada: Davindra Usov
el 19 de En. de 2023
Hi,
I am trying to convert the values in the 7th column of my table (B) to RPM. Here is the code I used but the conversion seems to be incorrect but I can't see why
rpm_vals = (B{:,7}./2*pi)*60; %radians per second to RPM
thank you
0 comentarios
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
Más información sobre Logical 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!