MATLAB Software Batch Toolkit

The toolbox packaging functionality new in R2014b looks pretty good.

However, you seem to be able to package a toolbox only using the toolbar GUI.

I would like to create the file .prjinteractively using the graphical user interface, and then programmatically package the toolbar using this file .prj, including this program step in the wider build process (which also includes checking things out, running the unit-test package, etc.) d.).

Does anyone know a way to do this (whether documented or not, supported or not)?

I took a look at MATLAB\R2014b\toolbox\matlab\toolbox_packaging\+matlab\+tbxpkg\+internal\create.m- this seems to basically do the job, but it requires the file to .prjbe in a specific location relative to the toolbar folder.

I was hoping for something similar to application creation classes such as matlab.apputil.

+4
source share
1 answer

With R2016a there is a new functionality to programmatically package a toolbar .

+1
source

All Articles