Marine Visualization Toolbox

verifydata

VERIFYDATA Verify input data for use with the Visualization Toolbox.
[FLAG] = VERIFYDATA(DATA) analyzes the structure of DATA. DATA must be of class struct and the following requirements applies to the fields:
 
Field name: Field class:
t [nx1] double vector
x [nx6] double array
type char array

 

Note: The fields 'type' and 'name' are optional, VERIFYDATA will return FLAG = TRUE if they don't exist. If they do exist they must be of class char array, otherwise FLAG = FALSE is returned.

See also STRUCT, CREATEVRML, TYPEDEF.

Author: Andreas Lund Danielsen
Date: 5th November 2003
Revisions:

typedefvrdraw