Statistics
All
MATLAB Answers
0 질문
1 답변
8 파일
순위
3,443
of 262,745
평판
12
참여
0 질문
1 답변
답변 채택
0.00%
획득한 표
6
순위
of 113,741
참여
0 문제
0 해답
점수
0
배지 수
0
참여
0 게시물
참여
0 공개 채널
평균 평점
참여
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
제출됨
solving ODE using numerical methods
program to solve ODE using different numerical methods
3년 이하 전 | 다운로드 수: 2 |

답변 있음
How do I combine multiple plots in one graph?
x = -3:0.1:3; y1 = sin(x); y2 = cos(x); y3= tan(x); y4=1./cos(x); figure subplot(2,2,1) plo...
How do I combine multiple plots in one graph?
x = -3:0.1:3; y1 = sin(x); y2 = cos(x); y3= tan(x); y4=1./cos(x); figure subplot(2,2,1) plo...
6년 이하 전 | 6
제출됨
Damped resonant (Spring Mass System)
undamped resonance vs damped resonant
6년 이하 전 | 다운로드 수: 2 |

제출됨
newtonraphson(f,df,xo,tol)
Newton Raphson Method comparison with BISECTION and REGULA-FALSI METHOD
6년 이하 전 | 다운로드 수: 2 |
제출됨
spring_mass(F,m,k,w,t,y)
Response of un-damped spring mass system at natural frequency
6년 이하 전 | 다운로드 수: 2 |
