Feeds
提问
How can we optimize this code using vectorization?
% initialize temporary array to store cumulative return factors cumRetFact = zeros(13); cumRetFact(13) = 1; % the index ...
11 years 前 | 1 个回答 | 0
1
个回答提问
Error using optimset (line 214) Unrecognized parameter name 'NonlEqnAlgorithm'.
Hi, I have the following piece of Matlab 2008a code: fcn = @(x)objfcn(x, Recovery, DiscountFactors, Tenors) - Spreads; % ...
11 years 前 | 1 个回答 | 0