plot_curve.m

来自「张量投票在matlab环境下的仿真。球型张量及棒型张量的仿真」· M 代码 · 共 12 行

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

% plot_curve - plot a 2d curve.
% 
% plot_curve(c, M,str);
%
%   Note that 'c' can also be a cell array of curves.
%   - 'M' is a [n,p] image put in background (ranging in [0,1]x[0,1])
%   - 'c' is of size 2xm (ranging in [0,1]x[0,1])
%   - 'str' is the style of the curve.
%
%   Copyright (c) 2004 Gabriel Peyr

⌨️ 快捷键说明

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