MATLAB: 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)

embeddedEmbedded IDE Link CCEmbedded IDE Link MUEmbedded IDE Link VSfunctionidelinkremovedsupported

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

Best Answer

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.