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

 Piotr's Image&Video Toolbox      Version 1.5
 Copyright 2008 Piotr Dollar.  [pdollar-at-caltech.edu]
 Please email me if you find bugs, or have suggestions or questions!
 Licensed under the Lesser GPL [see external/lgpl.txt]

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated by m2html © 2003