unitconv do not work
Afficher commentaires plus anciens
syms x y
u = symunit;
b=70*u.millim;
h=60*u.millim;
t=1*u.millim;
%trave ad C
Ixx=simplify(mom_inerzia_x(b,h,t),4);
Ixx= unitconv(Ixx,u.mm,u.m)
Ixx =
(2102447/4)*[mm]^4
>> Esercizio_Ordinata_centro_di_taglio
Ixx =
(2102447/4)*[mm]^4
Why function don't convert from millimeter to meter?
1 commentaire
madhan ravi
le 12 Nov 2018
see my answer below
Réponses (2)
madhan ravi
le 12 Nov 2018
Modifié(e) : madhan ravi
le 12 Nov 2018
It's unitConvert not unitconv
Ixx= unitConvert(Ixx,u.m)
4 commentaires
madhan ravi
le 12 Nov 2018
If it answers your question make sure to accept the answer else let know whats additionally required
madhan ravi
le 13 Nov 2018
which version of matlab are you using?
Luca
le 13 Nov 2018
madhan ravi
le 13 Nov 2018
Modifié(e) : madhan ravi
le 13 Nov 2018
I am using 2018b and it work fine for me , note : it requires symbolic toolbox
Luca
le 12 Nov 2018
0 votes
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!