|
MatVis format: MatVis('function name', additional parameters...)
Function: 'help' 'patch' and 'print'
Print to the MATLAB command line window the online description of commands and the history MatVis updates (patches).
The print command provides information about the current trial configuration.
Parameters :
('help') Print the help command list.
('patch') Print the patch history for this version of MatVis.
('print',trial) Print trial configuration information.
Return:
1 = indicates an internal error occurred in MatVis
0 = successful completion of command
Description:
On online help command is often the fast way to find answers to your questions about MatVis. The patch history
is most useful to the MatVis developers. When having problems configuring a 'trial' the print command is often
useful for debugging purposes.
Examples:
MatVis('help');
MatVis('print',3); print to command the current status of trial condition 3.
MatVis('patch');
See Also:
trial spatial
|