Site hosted by Angelfire.com: Build your free website today!

ms2strv

PURPOSE ^

str=ms2strv(mat)

SYNOPSIS ^

function str=ms2strv(mat)

DESCRIPTION ^

       str=ms2strv(mat)
 convert a matrix of strings to a vector with the strings 
 delineated by commas.

 OR
       mat=ms2strv(str)
 convert a string vector containing commas to a matrix of
 strings where each string was separated by commas.

 EXAMPLE
  str='A,BB,CCC'
  mat=ms2strv(str)   mat =  A  
                            BB 
                            CCC
 OR
  str=ms2strv(mat)   str = A,BB,CCC

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^


Generated on Sat 12-Mar-2005 01:01:49 by Rezaul Karim © 2004