📄 plotsquare.m
字号:
% function plotSquare(corners,ls)% % plot out a square using the specified corners, and the given% line spec%% corners is 1x4 (or 4x1) and goes in the followin order% [yLow yHigh xLow xHigh], where y is on the vertical axisfunction plotSquare(corners,ls)error('incomplete');if ~(exist('ls')==1) ls = 'k-';end%tmpX = [plot(tmpX,tmpY,ls);hold on;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -