MATLAB: Am I unable to change the name of the graphical functions in Stateflow 6.0 (R14)

errorfunctiongraphicalicu_dataMATLABregexpstateflowsyntax

I have a Stateflow chart that worked correctly in Stateflow 5.1.1 (R13SP1). However, upon opening the Stateflow chart in R14, some of my graphical functions exhibit name problems. For example, the names which had been specified for the graphical functions were all changed to "$1".
Upon attempting to set these functions back to their proper function names, I am unable to change them at all and I receive several warnings in the MATLAB Command Window as follows:
Warning: Syntax error in props.initialValue field of data e (#172)
Warning: Syntax error in props.initialValue field of data s (#173)
Warning: Syntax error in props.initialValue field of data t (#174)
Warning: Syntax error in props.initialValue field of data time (#175)
Warning: Syntax error in props.initialValue field of data e (#176)
Warning: Syntax error in props.initialValue field of data s (#177)
Warning: Syntax error in props.initialValue field of data t (#178)
Warning: Syntax error in props.initialValue field of data e (#179)
Without these corrections in graphical functions my chart is useless. How can I fix this problem?

Best Answer

This bug has been fixed for Release 14 SP1 (R14SP1). For previous releases, please read below for any possible workarounds:
This has been verified as a bug in MATLAB 7.0 (R14) in the way that MATLAB handles an environmental variable called ICU_DATA on the system PATH. For information about how to resolve this issue, see the following solution: