📄 test.m
字号:
% 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -