PerkLab / SlicerMatlabBridge

MatlabBridge extension for 3D Slicer
17 stars 8 forks source link

Better support execution of MatlabBridge modules on computers without Matlab license #1

Open lassoan opened 7 years ago

lassoan commented 7 years ago

The Matlab compiler allows building of an executable that can run Matlab modules (it just has to contain the commandserver .m files and all the custom algorithm .m files). A helper tool could be developed to make the MCR package generation completely automatic. Some changes would be needed in the MatlabCommander to support using multiple different MCR packages at the same (each package should run and communicate independently on different IP ports).