plot_pr.m

来自「《Digital and Analog Communications Syste」· M 代码 · 共 14 行

M
14
字号
function y = plot_pr(m)
% File: PLOT_PR.M
% CALL: plot_pr(m)
% This file informs the user that "m" plots will be generated
% and that the SPACEBAR key must be depressed to advance to the
% next plot.

fprintf(['\n\nThere are ',int2str(m),' plots to be viewed.\n']);
fprintf('You must press the SPACEBAR key to advance to the next plot\n');
pause;



⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?