converting table values to RPM

5 visualizzazioni (ultimi 30 giorni)
Davindra Usov
Davindra Usov il 18 Gen 2023
Commentato: Davindra Usov il 19 Gen 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

Risposta accettata

Alan Stevens
Alan Stevens il 18 Gen 2023
B{:,7}./(2*pi)*60

Più risposte (0)

Categorie

Scopri di più su Data Type Conversion in Help Center e File Exchange

Prodotti


Release

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by