plot_quadtree.m

来自「该程序包为用MATLAB编写的一个实现小波变换的工具箱」· M 代码 · 共 11 行

M
11
字号
function plot_quadtree(QT,Theta, M, plot_type)

% plot_quadtree - graphical display of a quatree
%
%   plot_quadtree(QT,Theta, M, plot_type);
%
%   M is an arbitrary background image
%   QT and Theta are computed using the function 
%        [QT,Theta] = compute_quadtree(M,T,j_min,j_max,s);
%
%   Copyright (c) 2005 Gabriel Peyr

⌨️ 快捷键说明

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