photo

Ms. Sita


Last seen: 2년 초과 전 2020년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

4 질문
0 답변

순위
166,237
of 301,811

평판
0

참여
4 질문
0 답변

답변 채택
100.0%

획득한 표
0

순위
 of 21,419

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 176,674

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 2
  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


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

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

5년 초과 전 | 답변 수: 2 | 0

2

답변

질문


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

6년 초과 전 | 답변 수: 1 | 0

1

답변