photo

buszcini


Active since 2017

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


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

meer dan 5 jaar ago | 1 answer | 0

1

answer

Question


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

meer dan 5 jaar ago | 1 answer | 0

1

answer

Question


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

meer dan 6 jaar ago | 1 answer | 0

1

answer

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

meer dan 6 jaar ago | 0

Question


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

meer dan 6 jaar ago | 1 answer | 0

1

answer