photo

Vipin Padinjarath


Last seen: 5年以上 前 2016 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

11 質問
1 回答

ランク
13,512
of 300,331

評判
3

コントリビューション
11 質問
1 回答

回答採用率
27.27%

獲得投票数
2

ランク
 of 20,920

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 168,124

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 2
  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


Solving partial differential equation with variable coeffcients
Hi all, Can we solve pde of the form using the pde tool bok of MATLAB? Note that A and B are functions of x.

5年以上 前 | 0 件の回答 | 0

0

回答

質問


All solutions are NaN in my Method of lines code. Please help.
Dear all, I am trying to implement Method of lines (MOL) to solve my transient PDE. My solutions are all NaN except for the ini...

6年以上 前 | 0 件の回答 | 0

0

回答

質問


Problem with finite difference method.
I am trying to implement Finite difference method. I created the tri diagonal matrix, then solved using the command y=A\b. But t...

6年以上 前 | 0 件の回答 | 0

0

回答

回答済み
Confusion on event function
In Walter's code, we need to guess the end time? I mean do we need to guess the time when the first event would occur?

7年弱 前 | 1

質問


Confusion on event function
Hi all, I want to incorporate an event into my ode45 code. The event is that every time the value y reaches 1 (initial condition...

7年弱 前 | 2 件の回答 | 1

2

回答

質問


Is there any way I can ensure that the numbers generated in ode45 are positive?
Here is my code. Many numbers generated in the solution are negative and there are a lot of NaNs too. %setting up th...

約7年 前 | 0 件の回答 | 0

0

回答

質問


Dear all, Help needed.
I have a data which I have generated as a solution to an ODE. It contains information about the states of 10 oscillators at vari...

約7年 前 | 0 件の回答 | 0

0

回答

質問


Is it possible to multiply a 3D matrix with a coumn vector?
I have a 3D matrix with three rows and three columns. I want to multiply this matrix with a column vector of 3 rows. How can it ...

8年以上 前 | 4 件の回答 | 0

4

回答

質問


Evaluating a matrix at different time steps
Dear all, I have a matrix which is a transition matrix. I need to calculate the time evolution of the associated probability di...

8年以上 前 | 2 件の回答 | 0

2

回答

質問


Dear all, what is the meaning of including number of iterations within ode45 syntax?
What is the meaning of the followig command? [t,theta]=ode45(@F,tbegin,tEnd,thetaInit,nIters,p) ...

9年弱 前 | 1 件の回答 | 0

1

回答

質問


Solving systems of n ODEs in matlab.
Hi all, I am trying to simulate Kuramoto oscillators in matlab. I have simulated systems with 3 equations(such as Lorenz eqns, R...

9年弱 前 | 0 件の回答 | 0

0

回答

質問


Not enough input arguments ode45
Hi all, I have been trying to understand the use of ode solvers in MATLAB. In the process, I started with first order equations...

約9年 前 | 1 件の回答 | 0

1

回答