imagej / imagej-matlab

MATLAB integration with ImageJ data structures and runtime.
https://imagej.net/scripting/matlab
BSD 2-Clause "Simplified" License
14 stars 6 forks source link

Add an exit/shutdown method #10

Open hinerm opened 7 years ago

hinerm commented 7 years ago

There should be a way to shut down the context from IJM. I'm not sure if it should actually be in the IJM object or if there should be a more universal method (e.g. static method?) since the IJM instance itself is intended to be just one plugin in a collection of utilities..