?? ip_05_11.m
字號(hào):
% MATLAB script for Illustrative Problem 5.11.
echo on
SNRindB=0:2:10;
for i=1:length(SNRindB),
% simulated error rate
smld_err_prb(i)=smldP511(SNRindB(i));
echo off;
end;
echo on ;
% Plotting commands follow.
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -