We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
To getting started, just copy files to your project folder and instantiate it by using codes below:
ZOS = ZDDE; % Connect to as a standalone app and load an exist zmx file 'sample.zmx'.
% Connect to as a standalone app and load an exist zmx file 'sample.zmx'.
ZOS.connect('sample.zmx');`
or
% Connect as extension.
ZOS.connect(1);`