Why do I receive an error when accessing the documentation from the Stateflow graphics editor in Stateflow 5.0 (R13)?

1 view (last 30 days)
The following error is returned when I select the "Help -> Stateflow Help" menu item in the Stateflow graphics editor:
??? Error using ==> helpview
Cannot find title topic in collection directory.
Error in ==> D:\MATLAB6p5p1\toolbox\stateflow\stateflow\sfhelp.m
On line 108 ==> helpview([docroot '/mapfiles/stateflow.map'], topic);
Error in ==> D:\MATLAB6p5p1\toolbox\stateflow\stateflow\private\sfcall.m
On line 125 ==> case 'Stateflow Help', sfhelp('stateflow');
??? Error using ==> helpview
Cannot find title topic in collection directory.
Error in ==> D:\MATLAB6p5p1\toolbox\stateflow\stateflow\sf.dll
Error using ==> helpview
Cannot find title topic in collection directory.

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 27 Jun 2009
This change has been incorporated into the documentation in Release 14 Service Pack 3 (R14SP3). For previous releases, read below for any additional information:
This bug has been fixed for Stateflow 6.0 (R14). For previous releases, please read below for workarounds:
There is a bug in Stateflow 5.0 (R13) in the way that the documentation is mapped to the "Help -> Stateflow Help" menu item in the Stateflow graphics editor.
To work around this issue, access the Stateflow documentation by typing the following at the MATLAB prompt:
doc stateflow

More Answers (0)

Categories

Find more on Complex Logic 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!