Why am I unable to change the name of my graphical functions in Stateflow 6.0 (R14)?

1 view (last 30 days)
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:
ERROR: 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?

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 25 Mar 2023
Edited: MathWorks Support Team on 27 Mar 2023
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:

More Answers (0)

Categories

Find more on Simulink Functions in Help Center and File Exchange

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!