plot_geometry.m
来自「该程序包为用MATLAB编写的一个实现小波变换的工具箱」· M 代码 · 共 10 行
M
10 行
function plot_geometry(theta, M, str)
% plot_geometry - plot a geometry direction
%
% plot_geometry(theta, M, str);
%
% M should be a single dyadic square.
% str is the style for the geometry (default str='r').
%
% Copyright (c) 2005 Gabriel Peyr
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?