I want to generate a matrix where each element is NOT mutually independent from each other. Is this possible in MATLAB?
http://uk.mathworks.com/help/stats/corrcov.html
http://uk.mathworks.com/help/matlab/ref/corrcoef.html
It depends on the type of dependence You want to recieve. Linear, logistic, sinusoidal?
Vsevolod, I don't know what those are but I would go with linear.
Then the example from the help of corrcoef function may be useful
x = randn(30,4); % uncorrelated data
x(:,4) = sum(x,2); % introduce correlation
[r,p] = corrcoef(x) % compute sample correlation and p-values
[i,j] = find(p
Thank you Vsevolod
Hello. I have a mobile network with randomly placed base stations and users as illustrated in the figure. How do I perform disjoint clustering (dividing area into disjoint squares) to measure SINR?
08 September 2016 2,125 3 View
If I have an equation such as y = x + o(x3), how do I get the value of y if o(.) is not an actual value?
08 September 2016 1,009 1 View
The Lanthanide contraction which is the decrease in ionic radii of the elements in the lanthanide series from atomic number 57, lanthanum, to 71, lutetium, is due to poor shielding of the 4f...
01 March 2021 2,272 4 View
Dear Researchers I am trying to perform a PIL simulation using STM32F4 Discovery board and comunication serial USB TO TTL. During simulation I receive the following timeout error: An error...
01 March 2021 2,327 1 View
Let F be a field. Consider U, the set of n times n strictly upper triangular matrices in F. For X, Y in U, we call them similar if there exists some S, which is non-degenerate and upper...
01 March 2021 2,957 8 View
Also when RHAMM binds hyaluronic acid, they get internalized, will RHAMM also be degraded? Or both CD44 and RHAMM will be transferred back to the cell membrane? Asking for breast cancer cell line...
01 March 2021 8,169 2 View
When explaining substitution models, the substitutions are expressed as Q matrix. Why is the sum of the elements in a row zero?
28 February 2021 3,864 3 View
How would define the "good" and "poor" distribution of particles within the matrix. Is there a quantitative solution to assess the distribution of the particles, which then having denotation of...
28 February 2021 7,397 8 View
The following code (see 1st 2 images attached) is used to produce PID controller values that are designed to control the system (G). The code finds the PID controller values (noted as k) by using...
28 February 2021 6,560 14 View
Hello. I have a skewed elliptical coordinate system (I use alternative elliptical coordinates). And I need to determine connections between coordinates in order to fetch a covariance matrix of...
28 February 2021 364 3 View
I have input and output data set for "ANFIS modeling in MATLAB", and I am getting some negative predicted values of output in testing. However, the predicted values of output in training are...
28 February 2021 3,459 3 View
I am working on modeling and simulation of biomecanical material behaviour, I have succeded on simulating skin using anisotropic hyperelastic material, on APDL and in our lab's finite element...
28 February 2021 552 3 View