Home > . > stra2num.m

stra2num

PURPOSE ^

'stra2num': transform letters (a, b, c) or numerical strings ('1','2'..) to the corresponding numbers

SYNOPSIS ^

function numres=stra2num(str)

DESCRIPTION ^

'stra2num': transform letters (a, b, c) or numerical strings ('1','2'..) to the corresponding numbers
--------------------------------------------
  function numres=stra2num(str)

 OUTPUT: 
 numres: number (double)

 INPUT:
 str: string corresponding to a number or a letter 'a' 'b',.., otherwise the output is empty

 see also num2stra, name_generator, name2display

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Wed 10-Mar-2010 20:42:36 by m2html © 2003