photo

Student


Last seen: 7개월 전 2023년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

5 질문
1 답변

순위
132,098
of 300,365

평판
0

참여
5 질문
1 답변

답변 채택
100.0%

획득한 표
0

순위
 of 20,933

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,262

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


solving nonlinear wave equation
I need to solve this PDE below. This is quite similar to the Burgers' equation. However, I can't understand how to get the ex...

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

1

답변

질문


hnumerically analyze the KdV equation using finite difference method
I want to numerically analyze the KdV equation.To numerically analyze the KdV equation using finite difference method, how shoul...

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

1

답변

답변 있음
I don't know why this error happens...
y = [0 0 0 0]; yp = [0 0 0 0]; tspan = [0,0.01]; %[y0_new,yp0_new] = decic(@f,t0,y0,[0 0 0 0],yp0,[0 0 0 0]); y0_new = [5;0;...

거의 2년 전 | 0

질문


I don't know why this error happens...
y = [0 0 0 0]; yp = [0 0 0 0]; tspan = [0,1]; y0_new = [5;0;0;0]; yp0_new = [0;0;5;0]; % y(1) = x , y(2) = y % y(3) = yp...

거의 2년 전 | 답변 수: 2 | 0

2

답변

질문


I wonder why NaN appears at Y. How can I fix it?
I was solving this differential equation, but NaN came out. :( syms Z(R) g = 9.80665; %b = ; r = 0.072; la = 997; lb = 1...

대략 2년 전 | 답변 수: 1 | 0

1

답변

질문


I want to solve this system of differential equations. Is there any code that can solve this?
I am trying to solve this system of differential equations using numerical analysis. However, I couldn't find any Matlab code to...

대략 2년 전 | 답변 수: 1 | 0

1

답변