prwarning
PRWARNING
Show PRTools warning
PRWARNING(LEVEL,FORMAT,...)
Shows the message (given as FORMAT and a variable number of arguments), if the current PRWARNING level is >= LEVEL.
PRWARNING(LEVEL) - Set the current PRWARNING level
Set the PRWARNING level to LEVEL. The default level is 2. The levels currently in use are
0 | no warnings | 1 | severe warnings, useful for users as results might be wrong or need a different interpretation than might be expected. | 2 | warnings for the designer, e.g. when other procedures had to be used than demanded, e.g. due sample size problems or limited computer time. | 3 | light warnings, primarily useful for programmers. |
- PRWARNING OFF - Same as PRWARNING(0)
- PRWARNING ON - Same as PRWARNING(1)
- PRWARNING - Same as PRWARNING(1)
This file has been automatically generated. If badly readable, use the help-command in Matlab. |
|