converting table values to RPM

3 Ansichten (letzte 30 Tage)
Davindra Usov
Davindra Usov am 18 Jan. 2023
Kommentiert: Davindra Usov am 19 Jan. 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

Akzeptierte Antwort

Alan Stevens
Alan Stevens am 18 Jan. 2023
B{:,7}./(2*pi)*60
  1 Kommentar
Davindra Usov
Davindra Usov am 19 Jan. 2023
many thanks!
turns out I just misplaced brackets

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Data Type Conversion finden Sie in Help Center und File Exchange

Produkte


Version

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by