E(z)=(lamb​da*z*R)/(2​*E_initial​*((z.^2+R^​2)^(3/2)))

답변 (1개)

Walter Roberson
Walter Roberson 2017년 9월 16일

0 개 추천

E = (lambda .* z .* R) ./ (2 .* E_initial .* ((z.^2 + R.^2).^(3/2)))

댓글 수: 2

Maria V Alberico
Maria V Alberico 2017년 9월 17일
Thank you but it's still not working.
What are the values for your variables? What result are you getting? What result do you expect to see?
Perhaps you need
E = @(z) (lambda .* z .* R) ./ (2 .* E_initial .* ((z.^2 + R.^2).^(3/2)))
if you are trying to create a function

댓글을 달려면 로그인하십시오.

카테고리

도움말 센터File Exchange에서 App Building에 대해 자세히 알아보기

태그

질문:

2017년 9월 16일

댓글:

2017년 9월 17일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by