MATLAB Function Reference Previous page   Next Page
datatipinfo

Produce short description of input variable

Syntax

Description

datatipinfo(var) displays a short description of a variable, similar to what is displayed in a datatip in the MATLAB debugger.

Examples

Get datatip information for a 5-by-5 matrix:

Get datatip information for a 50-by-50 matrix. For this larger matrix, datatipinfo displays just the size and data type:

Also for multidimensional matrices, datatipinfo displays just the size and data type:

See Also

debug


Previous page  datacursormode date Next page

© 1994-2005 The MathWorks, Inc.