how to write this equation
조회 수: 1 (최근 30일)
이전 댓글 표시
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!