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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 1 | 0