photo

Chen Yu Yuan


Last seen: 2 månader ago Active since 2024

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

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...

5 månader ago | 0 answers | 0

0

answers

Question


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...

5 månader ago | 1 answer | 0

1

answer