📄 help.m
字号:
function Help
%This function is used for providing the help information
Helpstr={'The purpose of this Demo is to present a dynamic random';
'process of binomial distribution vividly.';
'';
'1) To get started, you need to input the correct number of';
' the balls and the correct left-probability first. It will also';
' warn you if your inputs are not correct. ';
'2) While the program is processing, you will see the ball';
' falling down, and the frequency histogram of each colum ';
' will be changed as time goes on. What''s more, there''s also';
' a wait-bar.';
'3) The actual number of balls in each colum will be demon-';
' strated, and so will be the numbers in theory.';
'4) The total number of balls will be demonstrated at the low-';
' er right corner.';
'5) As with the buttons on the right side, you can use as follows:';
' a.Press ''Start'' to get started, while ''Exit'' to exit.';
' b.Press ''Accelerate'' or ''Slowdown'' if you want to change';
' the speed.';
' c.Press ''Help'' when you are in trouble.';
'';
'Thank you for using and good luck!';
'@_@'
'';
'';
'';};
helpdlg(Helpstr,'Help!')
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -