main1.m
来自「产生了十种随机数字」· M 代码 · 共 42 行
M
42 行
%
%主程序
%
subplot(2,5,1);
dshzhtfb;
title('对数正态分布');
subplot(2,5,2);
gsfb;
title('高斯分布');
subplot(2,5,3);
gyrlfb;
title('广义瑞利分布');
subplot(2,5,4);
gyzhshfb;
title('广义对数分布');
subplot(2,5,5);
jyfb;
title('均匀分布');
subplot(2,5,6);
rlfb;
title('瑞利分布');
subplot(2,5,7);
weibull;
title('weibull分布');
subplot(2,5,8);
zhshfb;
title('指数分布');
subplot(2,5,9);
zhtfb;
title('正态分布');
subplot(2,5,10);
tfb;
title('t分布');
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?