photo

dave


2014년부터 활동

Followers: 0   Following: 0

메시지

Professional Interests: Sports

통계

MATLAB Answers

6 질문
0 답변

순위
179,094
of 300,392

평판
0

참여
6 질문
0 답변

답변 채택
33.33%

획득한 표
0

순위
 of 20,934

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,373

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


overplotting 6 graphs by changing into 3 graphs
Two M-files one contains differential equations and another one to run and plot the graphs. since i am using ode solver, it has...

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

1

답변

질문


Matlab, how to know time step size in the plot or how can i get the output of time step size?
Since i am using matlab ode23s solver, it contains two matlab files . One contain the differential equations and another contain...

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

1

답변

질문


Solving Non-linear System of 3 differentail equations(Lorenz equations) using ode solver: ode23s in Matlab
I am trying to solve 3 differentail equations(Lorenz equations) using ode solver: ode23s in Matlab. Here are the 3 lorenz equati...

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

0

답변

질문


Newton-Raphson Method for Non-linear System of 3 variables in Matlab
I am trying to solve 3 non-linear system of 3 variables using the newton-raphson method in matlab. Here are the 3 non-linear equ...

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

1

답변

질문


Fortran code to open matlab files for plotting
PROGRAM Gauss_Seidel IMPLICIT NONE ! Declare Variables Real, allocatable :: x(:),y(:),u(:,:), v(:,:),u_old(:,:) ...

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

0

답변

질문


how to plot 3-d using surf(xyu) where -1<x1, -1<y<1.
PROGRAM Jacobi_method IMPLICIT NONE ! Declare Variables Real, allocatable :: x(:),y(:),u(:,:), v(...

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

1

답변