⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 munit_variables.m

📁 时间序列分析中很用的源码,书的原名为时间序列分析的小波方法.
💻 M
字号:
%****m* MUnit-API/Variables%% NAME%   MUnit Variables%% DESCRIPTION%   Description of variables used in MUnit.%% TOOLBOX%    munit/munit%% CATEGORY%%%***%****v* Variables/tcase%% NAME%   tcase -- test case.%% DESCRIPTION%   The tcase variable specifies a test case and can be one of the %   following types:%     * a string containing name of a test case function%     * a function handle (@tcase) to a test case function%     * a test case struct (tcase_s).%%***%****v* Variables/tsuite%% NAME%   tsuite -- test suite%% DESCRIPTION%   The tsuite variable specifies a test suite and can be one of the %   following types:%     * a string containing name of a test suite function%     * a function handle (@tsuite) to a test suite function%     * a test suite struct (tsuite_s).%***%****v* Variables/mode%% NAME%   mode -- mode for level of detail of print output.%% DESCRIPTION%   mode controls the level of detail of print output as follows:%    * 'silent'    -- no output.%                       * errors%    * 'minimal'   -- print%                       * errors%                       * test case and/or test suite summaries.%    * 'normal'    -- print %                       * errors%                       * test results report of failed  tests%                       * test case and/or test suite summaries.%    * 'verbose'   -- print %                       * errors%                       * full test results report.%                       * test case and/or test suite summaries.%    * 'details'   -- print%                       * errors%                       * diagnostics while running tests%                       * full test results report.%                       * test case and/or test suite summaries.%%   Note: For all modes, info printed durning execution of tested functions %         is displayed to command window.%***%****v* Variables/trstatus%% NAME%   trstatus -- numeric status code of a test result.%% DESCRIPTION%   trstatus can take on the following values: %     *  1   --  'SUCCESS'%     *  0   --  'FAIL'%     * -1   --  'ERROR'%     * NaN  --  otherwise%% SEE ALSO%   MU_lookup_tresult_status_by_name%%***% AUTHOR%   Charlie Cornish%% CREATION DATE%%% COPYRIGHT%%% CREDITS%%% REVISION%   $Revision: 84 $%%   $Id: MUnit_Variables.m 84 2005-02-15 01:03:48Z ccornish $

⌨️ 快捷键说明

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