Next: dergauss2d
Up: The commands in alphabetical
Previous: cwtsph
  Contents
Subsections
cwtsph_yashow
Display the result of cwtsph. Automatically called by yashow!
Syntax
cwtsph_yashow(yawres [,'fig',fig] [,'faces',N] [,'filter']
[,'relief'[,'ratio',ratio]])
Description
This function displays the result of the cwtsph function. It is
automatically called by yashow with respect to the type of
yawres, that is, the name of yawres.type. The data are mapped
onto a sphere approximate by a N faces polygon (N=20 by default).
Input Data
- yawres
- [YAWTB OBJECT]: the input structure coming from
cwtsph.
- fig
- [INTEGER]: the figure where to display result.
- N
- [INTEGER]: change the number of faces for the sphere
approximation.
- filter
- [BOOLEAN]: the presence of this modifier specify if
we want to display the filter, that is, the spherical wavelet.
- relief
- [BOOLEAN]: this modifier change the display of the
CWT (or its filter) from a simple spherical mapping to a true
relief vision.
- ratio
- [DOUBLE SCALAR]: in conjunction with the boolean
'relief', this parameter determines the ratio between the CWT
highest value and the sphere radius. By default, it is set to 1/3.
Output Data
Example(s)
>> load world;
>> wav = cwtsph(mat,'dog',0.05,0);
>> yashow(wav);
References
See Also
cwtsph cwtsph_yashow
continuous/sphere/cwtsph_yashow.m
Next: dergauss2d
Up: The commands in alphabetical
Previous: cwtsph
  Contents