📄 main1.m
字号:
%
%主程序
%
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -