Equation not formatting properly
显示 更早的评论
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?
回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Programming 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

