photo

Fan Mo


自 2017 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

3 个提问
0 个回答

排名
295,122
of 301,793

声誉
0

贡献数
3 个提问
0 个回答

回答接受率
0.0%

收到投票数
0

排名
 of 21,423

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 176,593

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

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

2

个回答