Borrar filtros
Borrar filtros

converting table values to RPM

1 visualización (últimos 30 días)
Davindra Usov
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

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 Help Center y File Exchange.

Etiquetas

Productos


Versión

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by