photo

Gang-Gyoo


KMU

Con actividad desde 2012

Followers: 0   Following: 0

Mensaje

Estadística

  • First Answer

Ver insignias

Feeds

Ver por

Respondida
how to find matrix integral
You can calculate exp(at) using 'c2dm'. Refer to the following code. aa is what you want with a specific sampling time Ts. ...

más de 11 años hace | 0

Respondida
how to use this m-file to solve an equation?
This is the Bisection method for finding the solution function test x= eqn(@(x)x^10-1,0,1.3,1e-6,50) end ...

más de 11 años hace | 0

Respondida
Newton-Raphson method to solve equations.
Please refer to this code. function main x0= 1; % initial value eps= 1e-6; % accuracy nmax= 50; % maximum iteration x= ne...

casi 12 años hace | 0