📄 examp.m
字号:
%% Reinitialize everything.%clearrand('seed',0);randn('seed',0);%% Generate the data set.%data=randt(5,100,1);%% Plot the histogram.%figure(1);clf;hist(data)bookfonts;%print -deps abfhist.eps%% do the qqplot.%figure(2);clf;bookfonts;qqplot(data);%print -deps abfnplot.eps%% Compute the mean and standard deviation of the data.%xbar=mean(data)s=std(data)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -