photo

Gideon Idumah


Last seen: 約2年 前 2018 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

5 質問
0 回答

ランク
127,793
of 300,338

評判
0

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

回答採用率
60.0%

獲得投票数
0

ランク
 of 20,922

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 168,149

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 2
  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


Plotting a circle on top of a trisurf graph.
I have solved a finite element problem, and I am using trisurf to plot the result. However, I want to specify a circular patch c...

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

1

回答

質問


Why does my ODE solver go slow when I specify the Jacobian
Hello, I have a code that uses ode15s to solve a stiff ode system. The RHS is of size 32. I realized that when I specify the J...

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

0

回答

質問


How can I make my ODE system run faster
options = odeset('mass',BigM,'MassSingular','no','BDF','on','MaxOrder',2,'Jacobian',... @(t,u) MyJacobian(t,u,MM_params, R...

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

1

回答

質問


How to randomly choose 5% of a matrix to be of value 1.
I have a 256 x 256 matrix which has value 1 inside a small square 20 x 20 around the center, and zero elsewhere. I need to rando...

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

1

回答

質問


How to terminate an if-elseif-else statement once a condition is met.
I want a situation whereby if the first 'if' statement is true (norm_sn <= del), the code should calculate x_plus and exit the i...

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

1

回答