Name
ScilabComp_destroy — You can destroy ScilabComp object using ScilabComp_destroy function.
Calling Sequence
rtc = ScilabComp_destroy();
Description
You can destroy ScilabComp class object which allows you to access RT Component.
Examples
initRTM("Scilab");
rtc = ScilabComp_create();
...
ScilabComp_destroy(rtc);