plot_curve.m

来自「A toolbox to handle 2D curve and multire」· M 代码 · 共 9 行

M
9
字号
function plot_curve(c, M, str)

% plot_curve - plot a 2d curve.
% 
% plot_curve(c, str, M);
%
%   Note that 'c' can also be a cell array of curves.
%   - 'c' is of size 2xm
%   - 'M' is a nxn image put in background (ranging in [0,1]

⌨️ 快捷键说明

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