photo

Chen Yu Yuan


Last seen: 2 months 前 自 2024 起处于活动状态

Followers: 0   Following: 0

统计学

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


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 months 前 | 0 个回答 | 0

0

个回答

提问


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 months 前 | 1 个回答 | 0

1

个回答