Home > . > isarray.m

isarray

PURPOSE ^

out = isarray(a)

SYNOPSIS ^

function out = isarray(a)

DESCRIPTION ^

 out = isarray(a)
 isarray: true if the variable is an array (>1-dimension), false if not

 usage: ret = isarray(v)

 arguments:
     a    = variable.
     out = 1 if a is a 2-dimensional or higher
         = 0 if not

 22 Aug. 2008
 Copyright (c) Peter D. Burns 2008

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Mon 27-Jul-2009 13:44:16 by m2html © 2003