Why do I receive a warning message when I use some functions in Embedded IDE Link CC 3.3, MU 1.1 and VS 2.1 (R2008b)?

1 view (last 30 days)
When I use one of the following functions I receive a warning error.
In Embedded IDE Link CC 3.3 (R2008b),
CEXPR
LIST(H,'type')
GOTO
NEW(H,FILE,'text')
OPEN(H,FILE,'text')
SAVE(H,FILE,'text')
CLOSE(H,FILE,'text')
OPEN(H,FILE,'workspace')
OPEN(H,FILE,'program')
SAVE(H,FILE,'text')
CREATEOBJ
In Embedded IDE Link MU 1.1 (R2008b),
OPEN(H,FILE,'text')
SAVE(H,FILE,'text')
CLOSE(H,FILE,'text')
OPEN(H,FILE,'program')
VISIBLE
ISVISIBLE
CREATEOBJ
Embedded IDE Link VS 2.1 (R2008b),
NEW(H,FILE,'text')
OPEN(H,FILE,'text')
SAVE(H,FILE,'text')
CLOSE(H,FILE,'text')
VISIBLE
ISVISIBLE
CREATEOBJ

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 27 Jun 2009
Some of the features, functions or arguments in these products are being removed from future versions of the products.
Refer to the respective release notes for a comprehensive list of items being removed as well as information about what happens if these functions are used and if there are any alternatives.

More Answers (0)

Categories

Find more on Embedded Coder in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!