?? makefigs.m
字號:
% MakeFigs creates a number of the figures that appear in "Wavelets for% Computer Graphics: A Primer" by Eric J. Stollnitz, Tony D. DeRose, and% David H. Salesin.% One-dimensional Haar sequence of level-of-detail approximations.HaarApprox('max', 'save');% One-dimensional Haar sequence of compressed approximations.HaarCompress('L2', 'save');% B-spline scaling functions of degree d = 0 through 3, at level j = 1.PlotScaling(3, 1, 'save');% B-spline scaling functions and wavelets with d = 0 through 3, j = 3.PlotAll(0, 3, 'save');PlotAll(1, 3, 'save');PlotAll(2, 3, 'save');PlotAll(3, 3, 'save');return;
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -