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

3 visualizzazioni (ultimi 30 giorni)
Unit conversion. u = symunit;
I have to go from u.kg*u.g_n to u.kN

Risposta accettata

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

Più risposte (0)

Community Treasure Hunt

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

Start Hunting!

Translated by