photo

Gang-Gyoo


KMU

2012 年からアクティブ

Followers: 0   Following: 0

統計

  • First Answer

バッジを表示

Feeds

表示方法

回答済み
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. ...

11年以上 前 | 0

回答済み
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 ...

11年以上 前 | 0

回答済み
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...

12年弱 前 | 0