how to write this equation
1 回表示 (過去 30 日間)
古いコメントを表示
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/153768/image.png)
Can someone help me write this equation. I am having problems with a bracket somewhere.Not getting the answer i needed.
Thanks
6 件のコメント
John BG
2016 年 6 月 14 日
good, you got to the result you wanted.
The adding of .^ ./ is what I meant
Now you can throw in vectors, as long as same length, and obtain numeric results, better than working with symbolic variables.
Regards
John
採用された回答
Stephen23
2016 年 6 月 12 日
編集済み: Stephen23
2016 年 6 月 12 日
I used y and B to make it easier to read:
num = 2*y*(r^((y-1)/y)-1)
den = (y-1)*(B^4 - r^(-2/y))
out = sqrt(num/den)
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!