Community Profile

photo

Ms. Sita


Last seen: 3 months ago Active since 2020

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


What is the way of solving the noise added differential equations in matlab?
I want to study the stoichastic resonance in duffing oscillator. The duffing oscillator is given as, , where are constant pa...

2 years ago | 1 answer | 0

1

answer

Question


How to solve a noise added differential equation?
I want to study the stoichastic resonance in the duffing oscillator. The duffing oscillator equation with noise is term is given...

2 years ago | 1 answer | 0

1

answer

Question


How to solve a single nonlinear equation with parameter variations?
#Function file function f=reso(A,w) global taue k gamma hac; f=(((taue+k.^2)-w.^2)*A+(9/2)*A.^3-(75/64)*A.^5).^2+(gamma*k*w...

3 years ago | 2 answers | 0

2

answers

Question


I want to use for loop while solving ode but my code is not running
%Function file function dxdt = duffng_osc(t,x,f) global alpha beta omega w ; dxdt= zeros(3,1); dxdt(1) = x(2); dxdt(2) = f*...

4 years ago | 1 answer | 0

1

answer