tutorial_sites.m

来自「fading 在无线中的应用」· M 代码 · 共 15 行

M
15
字号
function tutorial    % Create the base stations    par.cellradius=1000;    par.sps=1;    par.km=1;    par.lm=2;    par.ncluster=2;    [xyb,fib,rombvec]=crecells(par.cellradius,par.sps,par.km,par.lm,par.ncluster);    % Plot the system    figure(1);    plothex(xyb,fib);

⌨️ 快捷键说明

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