N/A


Last seen: 1年以上 前 2015 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

3 質問
0 回答

ランク
107,437
of 301,229

評判
0

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

回答採用率
33.33%

獲得投票数
0

ランク
 of 21,201

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 173,547

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


I am trying to find the correct graphic for the Combined Diffusion Model. I know that the code that I created it is not perfect. The graphic is decrescent but shouldn't have small fluctuations before became constant I believe. Anyone knows how fix it
clear variables; close all; clc; E = .15; D = .32; Ds = 10^-5; K = 1000; R = .25; a = 1; b = 0; t = 1; n = 1; sum = 0; ...

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

0

回答

質問


I have to make an algorithm that receives five number and print them in ascending order, anyone knows how to do it?
clear variables; close all; clc; for i:5 x(i) = input('Write the number:'); end if

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

1

回答

質問


I to create a function using besselj function and solve it using fzero to find eigenvalues like this...
t = 1:.01:30; x = t; y = besselj(1,t); t = 1:.01:30; b = 10; y2 = besselj(0,t); x0=[0 30]; ...

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

1

回答