|
MatVis format: MatVis('function name', additional parameters...)
Function: 'exit'
Shuts down MatVis and returns system to normal Windows graphics mode..
Parameters :
('exit')
Return:
1 = indicates an internal error occurred in MatVis
0 = successful completion of command
Description:
Releases all memory allocated by MatVis and exits. If you find the system in an unstable graphics mode you can
often type the command in blindly to return the system to normal.
Examples:
error = MatVis('exit') ;
See Also:
|