what is 1.15 at this function

what is 1.15 and 0.1 at this 2 function
function Pfit=VarProb(p);
w0=p(1);
x(1)=1.15;
P=ones(size(n));% Kumulative Probability
p=ones(size(n));% Breakage probability during the stressing with number k;
L=length(n);
r=(1:L)
for m=1:L;
p(m)=n(m)/N;
end;
% p(1)=0.1;
P(1)=p(1);
for m=2:L;
P(m)=P(m-1)+p(m);
end;

回答 (1 件)

Sachin Ganjare
Sachin Ganjare 2012 年 10 月 30 日

0 投票

1 件のコメント

uncung fgv
uncung fgv 2012 年 10 月 30 日
let me read it. thx.

サインインしてコメントする。

カテゴリ

ヘルプ センター および File ExchangeMATLAB についてさらに検索

タグ

質問済み:

2012 年 10 月 30 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by