Why does my Stateflow 4.1 (R12.1PV1) library fail to build when I am using an absolute network path?

1 view (last 30 days)
If I try to build my Stateflow model from an absolute network path, such as
\\mainserver\myfiles\mystateflowmodels\
it will refuse to build.

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 27 Jun 2009
This has been verified as a bug in Stateflow 4.1 (R12.1PV1) in the way that it handles network paths.
Currently, to work around this issue, try mapping a drive letter to that location. For instance, instead of using
\\mainserver\myfiles\mystateflowmodels\
Map that directory to
H:\myfiles\mystateflowmodels\
and use that location instead.

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!