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