prglobal
PRGLOBAL
Define or reset PRTools globals
PRGLOBAL
PRGLOBAL RESET
PRGLOBAL(PAR1,VAL1,PAR2,VAL2, ....)
Input | PAR1,PAR2 | String with variable name of global variable | VAL1,VAL2 | Desired value of global variable |
Description The functioning of PRTools depends on the values of a number of global variables. Many of them have their own routine to change them. This routine is a central routine to list them (no arguments), reset them to their initial values or set them to some user preference.
The following global variables can be changed
PRMEMORY, | see corresponding routine | PRTIME, | see corresponding routine | DEFAULTBATCHSIZE, | see SETBATCH | GRIDSIZE, | see corresponding routine and PLOTC | CHECK_SIZES, | TRUE or FALSE, disables or enables some size checking | STAMP_MAP, | TRUE or FALSE, see corresponding routine | PRWAITBAR, | ON or OFF, see corresponding routine | PRWARNING, | set level, see corresponding routine | REGOPT_NFOLDS, | see REGOPTC | REGOPT_ITERMAX, | see REGOPTC | REGOPT_REPS, | see REGOPTC |
For more information just type PRGLOBAL See also
prmemory, prtime, setbatch, gridsize, stamp_map, prwaitbar, prwarning, regoptc, This file has been automatically generated. If badly readable, use the help-command in Matlab. |
|