ans representation in decimal
Show older comments
Good day.
Houp, I could get some hint on how to change the formatting of answers in a live script.
syms ht_inpt(mass, dlt_t, spc_ht_mtr)
ht_inpt(mass, dlt_t, spc_ht_mtr)=mass*dlt_t*spc_ht_mtr;
mass=6*u.kg;
mass_t1=(20+273)*u.K;
mass_t2=(100+273)*u.K;
spc_ht_mtr=4190*u.J/(u.kg*u.K);
dlt_t=mass_t2-mass_t1;
ht_inpt=ht_inpt(mass, dlt_t, spc_ht_mtr)
ht_inpt=2011200 J
ht_inpt = unitConvert(ht_inpt,u.kJ)
ht_inpt=10056/5 kJ
How a document can be edited that all answers in it would be expressed with decimals?
Accepted Answer
More Answers (0)
Categories
Find more on Assumptions in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!