DIMITRIS GEORGIADIS
Followers: 0 Following: 0
Feeds
提问
Problem with the evaluation of the product of triple integral
Consider a set of positive values , and . How can I compute passing the integrand function as a function handle ? With the fo...
3 years 前 | 1 个回答 | 0
1
个回答提问
Computation of sum/product of triple integral using function handle
Consider a set of non-negative real values , and . First, I want to compute as a function of θ vector: However, I am mainl...
3 years 前 | 2 个回答 | 0
2
个回答提问
How can I compute the following triple integral for a function handle that is expressed by x(1), x(2), x(3)?
I am trying to solve the following triple integral but I get an error message. I could use x(1)=x, x(2)=y, x(3)=z, but I want ...
3 years 前 | 1 个回答 | 0
1
个回答提问
Split a target date interval into seasons and find the percentile of days for each season
I have the following seasons: Spring: {01-March , 31-May} Summer: {01-June, 31-August} Autumn: {01-Sep, 30-Nov} Winter: {01-...
3 years 前 | 3 个回答 | 0
3
个回答提问
Product of one-dimensional integrals, numerical integration
I want to compute the following product of integrals numerically using the and the tool of Matlab: where, are known scalar...
3 years 前 | 1 个回答 | 0
1
个回答提问
Evaluation of integral2. Error
Using the following code I get a matrix dimension error. I suspect something goes wrong when I integrate out z from func_3. Coul...
4 years 前 | 1 个回答 | 0
1
个回答提问
Error using sum function in function handle
Hi everyone, Using the following code, I get a matrix dimension error. This is caused only shen using sum inside the function. ...
4 years 前 | 1 个回答 | 0
1
个回答提问
Assign a value on the center of a surface using pseudocolor plot
Using the following code I generate the graph. Values of C are defined in the X,Y coordinates that is not what I want. What I...
6 years 前 | 0 个回答 | 0
0
个回答提问
How can I take samples with Monte Carlo technique from a bivariate histogram?
I have the bivariate histogram of x1,x2, where x1 follows a Weibull distribution and x2 a Lognormal distribution. I want to take...
6 years 前 | 0 个回答 | 0
0
个回答提问
How do I get a surface graph of my function f(x,y)?
I have the following code. My function is f(x,y) = sin(x)+cos(y). I want to replace x, y with sets a and b, respectively. I ude ...
7 years 前 | 1 个回答 | 0
1
个回答提问
How I accept generated [x,y] samples that fall into a probability density function or an equivalent area?
I generate samples in 2-d space, i.e. x,y coordinates. I have a normal pdf and I want to keep/accept the samples that fall insi...
7 years 前 | 1 个回答 | 0
1
个回答提问
I have an empirical cdf and i want to take samples from it with Latin-Hypercube. How can I do it?
I have an empirical cdf and i want to take samples from it with Latin-Hypercube. How can I do it?
7 years 前 | 1 个回答 | 0
1
个回答提问
How can i plot on the same figure a Gumbel pdf (with right-up tail) with a Gaussian pdf?
I have a normal (gaussian) pdf with a mean value, m1 and standard deviation, σ1 plotted. I want on the same figure to plot a gum...
7 years 前 | 0 个回答 | 0