Chen Yu Yuan
Followers: 0 Following: 0
Statistics
2 Questions
0 Answers
RANK
234,616
of 295,527
REPUTATION
0
CONTRIBUTIONS
2 Questions
0 Answers
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
0
RANK
of 20,242
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,057
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
How to plot contour for gaussian copula (etc.)
From matlab help center, I can generate Gaussian copula random variables and plot it like this: n = 500; rng('default') % fo...
9 months ago | 1 answer | 0
1
answerQuestion
How to get a random possible solution from 'solve' function when getting unknown parameters z1 and conditions
Here are my codes: syms x y z; eq1 = x*x + y*y + z*z == 0.14; eq2 = x*y + y*z + z*x == 0.11; equations = [eq1, eq2]; as...
9 months ago | 1 answer | 0