Converting mathcad formula to matlab
显示 更早的评论
Hey guys,
I'm trying to convert this formula to matlab but I keep getting it wrong.
Is there any automatic way of doing this?
Thanks in advance.

1 个评论
darova
2021-3-26
THere is no automatic way. Please attach your code
SUggestion: divide your expression in a few parts:
n21 = 2*n-1;
C1 = 48*Q/pi^3/h2/w2;
...
U_teo = 1 - 192/pi^5...
U_teo = U_teo*C1;
回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Get Started with MATLAB 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!