Feeds
提问
The code below produces the first graph accurately, but the next graph produced is blank...I see the grid lines and axes without the graph...how do I get both graphs to plot separately?
%Calculating call and put option prices S0 = 60; K = 62; r = 0.11; T = 11/12; sigma = 0.5; q = 0; [C, P] ...
10 years 前 | 1 个回答 | 0
1
个回答提问
Error with Difference line
% PlotBLS with varying dS S = 0:1:10; S0 = 60; K = 62; r = 0.09 sigma = 0.5 for T...
10 years 前 | 1 个回答 | 0