converting table values to RPM

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

 Respuesta aceptada

Alan Stevens
Alan Stevens el 18 de En. de 2023
B{:,7}./(2*pi)*60

1 comentario

Davindra Usov
Davindra Usov el 19 de En. de 2023
many thanks!
turns out I just misplaced brackets

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Data Type Conversion en Centro de ayuda y File Exchange.

Productos

Versión

R2021b

Etiquetas

Preguntada:

el 18 de En. de 2023

Comentada:

el 19 de En. de 2023

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by