photo

Pablo


自 2014 起处于活动状态

Followers: 0   Following: 0

消息

统计学

  • First Review

查看徽章

Feeds

排序方式:

提问


How to get sorted index order for an array?
For example, if I use the sort function on the array [14 8 91 19], I will get [8 14 19 91]. But instead I want [2 1 4 3] which g...

9 years 前 | 1 个回答 | 3

1

个回答

提问


How to Supply the Jacobian to Fsolve?
pow=fsolve(@eqns,pop); This is the code I am using to solve a 2x2 non-linear system of equations, defined in the func...

9 years 前 | 1 个回答 | 0

1

个回答

提问


How to Plot Surface with Coordinates?
I am putting the question directly from the problem's perspective even though it is specifically concerned with the plotting par...

10 years 前 | 0 个回答 | 0

0

个回答