tell me how to express given formula in matlab?

how to represent exponential in matlab code. find attached picture there i gave respected formula.

 Accepted Answer

th = pi/2 ;
ths = pi/4 ;
P = exp(-(sin(th)/sin(ths))^2) ;
Rest follows.

More Answers (0)

Categories

Find more on MATLAB in Help Center and File Exchange

Asked:

on 3 Nov 2016

Answered:

on 3 Nov 2016

Community Treasure Hunt

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

Start Hunting!