Equation not formatting properly
Show older comments
Hello,
I inputted this equation into MATLAB
Temp = (T - Te)/(Tb - Te) == (cosh(B*(L - x))) + (Hc)/((B*k)* ...
sinh(B*(L - x)))/(cosh(B*L) + (Hc)/((B*k)*sinh(B*L)));
but the equation seems to produce
/ Hc \
B k sinh(B L) | cosh(B (L - x)) + ------------------- |
T - Te \ B k sinh(B (L - x)) /
------- == -------------------------------------------------------
Tb - Te Hc + cosh(B L)
where B k sinh(B L) should be on the bottom as Hc/(B k sinh(B L) + cosh(B L).
I think all the parenthesis are orrect so I'm not quite sure why it isn't being formatted properly. Does anyone know why this is resulting in this format?
Answers (0)
Categories
Find more on Programming 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!
