主要内容

wtbxmngr

Wavelet Toolbox manager

    Description

    wtbxmngr("version") clears all text from the MATLAB® Command Window and displays the current version of Wavelet Toolbox™ software. The syntax wtbxmngr is equivalent to wtbxmngr("version").

    example

    V = wtbxmngr("version") also sets V to the current version of the toolbox.

    wtbxmngr(option) sets a toolbox option.

    wtbxmngr("FigRatio",ratio) changes the size of future-created figures by multiplying the default size by the specified ratio.

    Examples

    collapse all

    Display the toolbox version.

    wtbxmngr('version')
                                          
    **************************************
    **  Wavelet Toolbox Version: V25.2  **
    **************************************
                                          

    Input Arguments

    collapse all

    Toolbox option, specified as one of these:

    • "LargeFonts" — Sets the size of future-created figures to use large fonts.

    • "DefaultSize" — Restores the default figure size for future- created figures.

    • "FigRatio" — Returns the current figure ratio value.

    Figure ratio, specified as a scalar between 0.75 and 1.25.

    Version History

    Introduced before R2006a