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 years 前 | 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 years 前 | 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]; ...
10 years 前 | 1 个回答 | 0
