統計
MATLAB Answers
6 質問
0 回答
ランク
of 157,897
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
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年以上 前 | 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年以上 前 | 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年以上 前 | 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年以上 前 | 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