photo

Muhammad


Last seen: 8ヶ月 前 2023 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

13 質問
0 回答

ランク
285,260
of 300,786

評判
0

コントリビューション
13 質問
0 回答

回答採用率
100.0%

獲得投票数
0

ランク
 of 21,091

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 171,031

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 3

バッジを表示

Feeds

表示方法

質問


How to Extract Delayed State Terms in a Model with Distributed Delay?
I'm working on a model with distributed delays, and I'm using the ddesd function to solve the delay differential equations. My s...

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

2

回答

質問


how to modify code for distributed delay
I have a code, which gives a solution of a delay logistic equation with discrete delay. tau = 1; tspan = [0 20]; y0 = 0.5;...

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

1

回答

質問


Stopping Criteria in bayesopt for Early Termination
I'm working with bayesopt for Bayesian optimization in MATLAB. I want to implement a stopping criterion that terminates the opti...

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

1

回答

質問


how to modify code for the system of delay differential equation with one or more delays
I am trying to write a code for the system of delay differential equation with one or multiple delays %% Find solution sol = ...

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

1

回答

質問


how to construct a batch for multiple trajectories in neural network
If we have more than one trajectory and want to construct a batch for all these trajectories what will be the possible way to us...

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

1

回答

質問


How to write diagonal matrix in deep learning array
I have this matrix D = zeros(M, M + 1); D(1:end-1, 1:end-2) = diag((1/(2*h)) * ones(M-1, 1)); D(1:end-1, 3:end) = diag((-1/...

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

1

回答

質問


error in neural ODE simulation
I am discretizing DDE to ODE and constructing Neural ODE for this discretized ODE. But when I run this neural ODE using dlode45 ...

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

1

回答

質問


Matlab code of Neural delay differential equation NDDE
I have written a code of NDDE, but it is not correct and I am not able to simulate this code, because I am getting errors from i...

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

1

回答

質問


can we apply ode45 on .mat file
I have a data of 100x5 columns. can i apply ode45 solver on this data against my specfic initial conditions? or what is the bes...

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

1

回答

質問


adding noise to the solution obtained from ode45/dde23
what is the best way to add noise to the solution obtained from the solver like ode45/dde23?

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

2

回答

質問


how to calculate the drivative of discretized ODE
I am discretizing DDE to ODE using pseudospectral method. I want to compute derivative of its solution for training state and wa...

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

1

回答

質問


Unable to perform assignment because the left and right sides have a different number of elements.
I am trying to solve delay logistic equation with multiple delay terms and after getting solution i am taking derivative of this...

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

1

回答

質問


Conversion to cell from double is not possible.
I am trying to solve delay logistic equation with multiple delay terms but for finding delayed states i am getting error and my ...

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

1

回答