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

 Réponse acceptée

Alan Stevens
Alan Stevens le 18 Jan 2023

0 votes

B{:,7}./(2*pi)*60

1 commentaire

Davindra Usov
Davindra Usov le 19 Jan 2023
many thanks!
turns out I just misplaced brackets

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

Produits

Version

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by