Functions | Variables

replace.m File Reference

Functions

 fprintf (f, '%s\n', in)

Variables

function out
 in = regexprep(in, 'xx', 'x''')

Function Documentation

fprintf ( f  ,
'%s\n'  ,
in   
)

Here is the caller graph for this function:


Variable Documentation

in = regexprep(in, 'xx', 'x''')
out
Initial value:
 replace(in)
global f
in = regexprep(in, '([xy])([01])', '$1_$2')