test.m
来自「这个程序是TD-S-CDMA系统中,TDOA定位方法的系统程序.」· M 代码 · 共 13 行
M
13 行
% test
% clc;
% clear;
figure,
subplot(1,2,1)
meshc(xi,yi,out')
subplot(1,2,2),hold on
[C,h] =contour(xi,yi,out');
clabel(C,h),grid on
plot(tx,ty,'*','linewidth',2)
plot(est_x,est_y,'^','linewidth',2)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?