MATLAB Link for Code Composer Studio Development Tools | ![]() ![]() |
Remove links to CCS IDE and RTDX interface
Syntax
Description
clear(cc)
clears the link associated with cc
. The last step in any development that uses links. Clear links you no longer need for your work to avoid unforeseen problems. Calling clear
executes the object destructors that delete the link object and all associated memory and resources.
clear('all')
clears all existing links to CCS IDE and RTDX interface. The last step in any development that uses links. Clear links you no longer need for your work to avoid unforeseen problems. Calling clear
with the 'all' option executes the object destructors to delete all the link objects and all associated memory and resources.
See Also
ccsdsp
, close
, disable
![]() | cexpr | close | ![]() |