photo

Fan Mo


Active since 2017

Followers: 0   Following: 0

Statistics

MATLAB Answers

3 Questions
0 Answers

RANK
141,753
of 301,229

REPUTATION
0

CONTRIBUTIONS
3 Questions
0 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 21,201

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 173,547

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

Feeds

View by

Question


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 ago | 0 answers | 0

0

answers

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 2 answers | 0

2

answers