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,203 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,050 1 View
I need to model an anisotropic material in which the Poisson's ratio ν_12 ≠ ν_21 and so on. Therefore, the elastic compliance matrix wouldn't be a symmetric one. In ANSYS APDL, for TB,ANEL...
09 August 2024 5,048 2 View
One can try to generalize the Vandermonde determinant in the following direction: Let $A$ be any symmetric $n$-order square matrix. Consider its powers' diagonal elements $(A^k)_{ii}$ and...
08 August 2024 6,690 1 View
I am trying to analyse data from a survey examining what variables affect teachers perceived barriers to incorporating technology into their classroom. I have 5 predictor variables however my DV...
06 August 2024 1,752 3 View
Have you ever seen a LC-MS/MS method uses both internal standards and external standards (in matrix matching purpose) but the concentrations of internal standards are outside the calibration curve...
05 August 2024 3,084 6 View
I want to know more about REE deposits.
03 August 2024 6,930 2 View
- The Existence/Uniqueness of Solutions to Higher Order Linear Differential Equations - Higher Order Homogenous Differential Equations - Wronskian Determinants of $n$ Functions - Wronskian...
03 August 2024 2,366 0 View
I need to lyse and homogenise mouse tissues. So far I have experimented with liver and lung tissue, using matrix D. The liver was completely lysed with 6 repetitions of the standard program, but...
31 July 2024 9,186 0 View
We assume this to be true. Science leaves the era of mathematics and enters the era of matrix mechanics and the turning point is the discovery of numerical statistical theory called Cairo...
31 July 2024 3,900 2 View
31 July 2024 7,366 1 View
I am new to Micromechanics and having similar problem with understanding the implementation of the formula's. I would appreciate if anyone can guide me on how to go about getting a scalar value...
30 July 2024 969 0 View