MATLAB Programming Fundamentals - MathWorks

(やまだぃちぅ) #1

Share Toolbox


To share your toolbox with others, give them the .mltbx file. All files you added when
you packaged the toolbox are included in the .mltbx file. When the end users install your
toolbox, they do not need to be concerned with the MATLAB path or other installation
details. The .mltbx file manages these details for end users.


For information on installing, uninstalling, and viewing information about toolboxes, see
“Get Add-Ons” and “Manage Your Add-Ons”.


You can share your toolbox with others by attaching the .mltbx file to an email message,
or using any other method you typically use to share files—such as uploading to MATLAB
Central File Exchange. If you upload your toolbox to File Exchange, your users can
download the toolbox from within MATLAB. For more information, see “Get Add-Ons”.


Alternatively, you can upload your toolbox to File Exchange when you package it. Select
Package and Share from the Package menu at the top of the Package a Toolbox dialog
box.


NoteWhile .mltbx files can contain any files you specify, MATLAB Central File
Exchange places additional limitations on submissions. If your toolbox contains any of the
following, it cannot be submitted to File Exchange:



  • MEX-files.

  • Other binary executable files, such as DLLs or ActiveX® controls. (Data and image files
    are typically acceptable.)


See Also


matlab.addons.toolbox.installToolbox |
matlab.addons.toolbox.installedToolboxes |
matlab.addons.toolbox.packageToolbox |
matlab.addons.toolbox.toolboxVersion |
matlab.addons.toolbox.uninstallToolbox | publish


Related Examples



  • “Get Add-Ons”


See Also
Free download pdf