Anirban Naskar
ICICI Bank Limited
自 2014 起处于活动状态
Followers: 0 Following: 0
Professional Interests: Valuation / pricing of exotic derivatives
Feeds
已回答
how to check negative values are there or not in a matrix????
Hi Suchismita, You can use something like the following: [m n]=size(a); for i=1:m for j=1:n if a(...
how to check negative values are there or not in a matrix????
Hi Suchismita, You can use something like the following: [m n]=size(a); for i=1:m for j=1:n if a(...
10 years 前 | 1
提问
Cubic spline interpolation with second derivative at ends as zero
Hi all, I need a function for cubic spline interpolation where second derivative at both the ends are zero (i.e. Natural or F...
10 years 前 | 1 个回答 | 0