After opening Matlab Simulink Library Browser the "Visu-IT!" - block (cf. ?) must be selected.
By double clicking on the appearing "Import ADD Container" - block (cf. ?) the import dialog will be automatically opened.
As a great benefit of this loading style the "Import ADD Container" - block can be handled as any other Simulink block. Hence "Drag & Drop" is possible.
Service call: vitADD2MATLAB();
In Matlab Command Window type "vitADD2MATLAB()" to open import interface.
To check the quality of the started import it is necessary to define return values, e.g.:
[result error_string] = vitADD2MATLAB();
result = vitADD2MATLAB();
At this junction result denotes a successful ('1') or aborted ('0') import as a logical value. In case of an aborted run the char array error_string describes the error.
For further details, please see the document "ADD Matlab Services" (see Quicklinks)