tell me how to express given formula in matlab?

3 views (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)

Categories

Find more on Creating and Concatenating Matrices in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!