Mohamad Al Hassan
2019년부터 활동
Followers: 0 Following: 0
Feeds
질문
How can I generate the Autocorrelation matrix of a vector of random variables?
Consider a vector containing random variables such as the following: y=rand(10,1); How can I evaluate the autocorrelation betw...
거의 6년 전 | 답변 수: 1 | 0
1
답변질문
How can I map a Gaussian vector according to an equation that has a spatial autocorrelation function?
I have the following function: I want to run some Monte Carlo simulations and at each simulation I have to generate new value...
거의 6년 전 | 답변 수: 0 | 0
0
답변질문
How can I extract the Z data from a figure created using the patch function?
Consider the following small example: x=[0 1 0;1 1 0]; y=[0 0 1;0 1 1]; z=[0 1 0.5;1 0.5 0.5]; colormap(jet) patch(x'...
거의 6년 전 | 답변 수: 1 | 0