photo

buszcini


自 2017 起处于活动状态

Followers: 0   Following: 0

统计学

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


Ode45 problem with equations
I'm having problems with properly typing in four 2nd order differential equations into ode.45 function. The code looks like thi...

5 years 前 | 1 个回答 | 0

1

个回答

提问


Ode45 iteration issue
Hi, I'm trying to solve differential equation using ode45 function, the formula looks like this: [t1,X2] = ode45(@(t,x)fun(t...

5 years 前 | 1 个回答 | 0

1

个回答

提问


Creating composed function in MATLAB
Excuse me, English is not my native language and I can't seem to find right word for this kind of function (composed is one that...

6 years 前 | 1 个回答 | 0

1

个回答

已回答
Plot returns one point
I'm trying to use simpsons rule to approximate integration, this is why s is on the right side of the equation. I want the progr...

6 years 前 | 0

提问


Plot returns one point
Hello everybody, I'm having problem with plotting, here's my piece of code a=0; b=5; n=100; s=zeros(1,n); z=0; h=(abs(b...

6 years 前 | 1 个回答 | 0

1

个回答