MATLAB Runtime Server    

Organizing Files for Shipping

Your MATLAB files must reside in some directory underneath the MATLAB toolbox directory. If you kept them somewhere else while developing the application, then you must move them under toolbox before you package the application for shipping.

A large MATLAB runtime engine application might have non-MATLAB application files (for example, Visual Basic files, libraries, or data files) that require a particular organizational structure. See the documentation for your development environment to find out more about organizing those files. Note that the two file sets are generally independent. For example, an application's Visual Basic files do not need to know where the application's MATLAB P-files are, and vice versa, because the Automation controller locates the Automation server by checking the Windows Registry instead of by searching a predefined file path.


  Shipping a MATLAB Runtime Application Automatically Packaging Files for Shipping