10 2022 档案
摘要:>> x=normrnd(15,5,1000,1); >> hist(x) >> x2=rand(1000,1); >> hist(x2,50) >> hist(x,50) >> y=normrnd(15,1,1000,1); >> figure;hist(y,50) >> x=0:30; >> p
阅读全文
摘要:function y=myfun1(x) z=x+1; y=z*2; function y=myfun2(x) if x>10 y=99; elseif x>0 y=1; else y=-1; end function y=myfun3(x) switch x case 1 y=9; case 2
阅读全文

浙公网安备 33010602011771号