Feeds
提问
Integral2 and array valued functions
I want to calculate the following: Og = [4 3;3 4]; Oginv = inv(Og); syms s1 s2 z = [s1 s2]*Oginv*[s1;s2]...
13 years 前 | 1 个回答 | 0
1
个回答提问
How to supply a function elementwise to Integral2
Hi guys, I want to evaluate a double integral of the form int_{-inf}^a int_{-inf}^b sum_{i,j}^K a_i*a_j*x^i*y^j*exp(-x^2 - y^...
13 years 前 | 0 个回答 | 0
0
个回答提问
Bivariate mvncdf for vectors with different covariance matrices
I want to do the following: for i = 1:N l(i) = mvncdf(x(i,:), mu, sigma(:,:,i)) end Can I do it withou...
13 years 前 | 0 个回答 | 0