photo

dave


自 2014 起处于活动状态

Followers: 0   Following: 0

消息

Professional Interests: Sports

统计学

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

10 years 前 | 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...

10 years 前 | 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...

10 years 前 | 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...

10 years 前 | 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(:,:) ...

10 years 前 | 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(...

10 years 前 | 1 个回答 | 0

1

个回答