num2strs

PURPOSE ^

Applies num2str to each element of an array X.

SYNOPSIS ^

function Y = num2strs( X, varargin )

DESCRIPTION ^

 Applies num2str to each element of an array X.

 USAGE
  Y = num2strs( X, [varargin] )

 INPUTS
  X           - array of number to convert to strings
  varargin    - [] additional input to num2str

 OUTPUTS
  Y           - cell array of strings

 EXAMPLE
  Y = num2strs( [1.3 2.6; 3 11] )

 See also NUM2STR

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Wed 03-Oct-2007 13:09:09 by m2html © 2003