Unit conversion: from u.kg*u.g_m to u.kN

3 次查看(过去 30 天)
Unit conversion. u = symunit;
I have to go from u.kg*u.g_n to u.kN

采纳的回答

Walter Roberson
Walter Roberson 2018-11-15
u = symunit;
rewrite( u.kg*u.g_n, u.kN )

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 String 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by