tell me how to express given formula in matlab?

1 view (last 30 days)
how to represent exponential in matlab code. find attached picture there i gave respected formula.

Accepted Answer

KSSV
KSSV on 3 Nov 2016
th = pi/2 ;
ths = pi/4 ;
P = exp(-(sin(th)/sin(ths))^2) ;
Rest follows.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!