converting table values to RPM

3 ビュー (過去 30 日間)
Davindra Usov
Davindra Usov 2023 年 1 月 18 日
コメント済み: Davindra Usov 2023 年 1 月 19 日
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

採用された回答

Alan Stevens
Alan Stevens 2023 年 1 月 18 日
B{:,7}./(2*pi)*60
  1 件のコメント
Davindra Usov
Davindra Usov 2023 年 1 月 19 日
many thanks!
turns out I just misplaced brackets

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeData Type Conversion についてさらに検索

製品


リリース

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by