how to use fzero function to solve the following problem?

1 view (last 30 days)
S(t)=V(t)*N(d1)-D*(exp(-r*(T-t)))*N(d2)
d1=(log(V/D)+r(T-t)+0.5*sigma(T-t))/sigma
d2=d1-sigma*sqrt(T-t)
S(t) is provided by a excel file; r=0.0004; T=1 year; sigma=0.15729; D=23952;
how to use fzero function to calculate the root V(t)?

Answers (0)

Categories

Find more on Optimization in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!