Community Profile

photo

Pablo


Active since 2014

Followers: 0   Following: 0

Message

Statistics

  • First Review

View badges

Feeds

View by

Question


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 ago | 1 answer | 3

1

answer

Question


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 ago | 1 answer | 0

1

answer

Question


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

9 years ago | 0 answers | 0

0

answers