plot_scattered.m
来自「该程序为用MATLAB编写的一个小波变换工具箱」· M 代码 · 共 12 行
M
12 行
function plot_scattered(pos,z, resc)
% plot_scattered - plot 2D scattered data using triangulation.
%
% plot_scattered(pos,z, resc);
%
% if 'z' is ommited, it only plot a 2D scalar plot.
% 'resc==1' force a triangulation in [0,1]x[0,1].
%
% 'pos' should be of size 3xn or 2xn
%
% Copyright (c) 2004 Gabriel Peyr
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?