MatVis format:
MatVis('function name', additional parameters...)

Function: 'setModeDimensions'

Change the video mode used by MatVis.

Parameters :

('setModeDimensions', mode) Change the video mode.

Return:

1 = indicates an internal error occurred in MatVis
0 = successful completion of command

Description:

The 'init' function must be called before 'setModeDimensions'. Use 'showModes' to list the available video modes. Changing the video mode after using the 'trial' function will cause problems.

Examples:
1) Change the current video mode.

error = MatVis('setModeDimensions', 1) ; % MatVis will now use video mode 1.

See Also:
showModes



[ Previous | Help Desk | Next ]