Feeds
提问
I really need your help, thanks!! I have a function eg. f = 1/2 ks^2, wenn i get the distribution of f, eg normal distribution(take mean value of f = 100 as an example), how can i get the distribution of s? k = lhsnorm(3,0.1,n). Is it possible?
This is the code for the function at the beginning i = 50; n = 200; s = linspace(1,10,i); k = lhsnorm(3,0.1,n); for m = 1:n...
9 years 前 | 0 个回答 | 0
0
个回答提问
what is the meaning of this colon?and this sentence quant_set(i,:) = [ink(1,2*(i-1)+1) q05(i) q95(i)];
x_ink = data_rampe(101,18)/s; for i = 1:designs name(i,1) = data(1,1); set_data(:,1) = data(1:101,18); set_data(...
9 years 前 | 1 个回答 | 0
1
个回答提问
how to use an array with function to get another array
I have an array, a = lhsnorm(8,0.05,2000); the function is F(x)=0.5*x.^2; Can I use the array a as variable with the functi...
9 years 前 | 2 个回答 | 0