How to covert unit of Voltage(V) to acceleration(m/s^2) and in speed (m/s)
44 次查看(过去 30 天)
显示 更早的评论
采纳的回答
Stephan
2019-10-11
The last term on the right side can be rewritten to acceleration and speed.
5 个评论
Stephan
2019-10-11
I dont think it is possible to reconstruct what is meant here without more informations:
data = 10 % 10 Volt for example
data = data / 0.0102 % same as multiplying by 98,1 m/s^2 (!) --> 10 g
data = data / 0.1 % again times 10
>> Untitled
data =
10
data =
980.3922
data =
9.8039e+03
% --> You have now 10 V * 9,81 m/s^2 (which IS g) * 10 some unknown unit * 10 also unknown unit
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!