Closed tsdev closed 7 years ago
Very good point! I'll look into that.
The latest revision changes close
to exit
, which should fix your issue. I have not overloaded quit
, since it provides additional arguments that I can not reproduce in Transplant.
Works fine! Thank you!
At present the
.close
method closes the connection to Matlab. The problem is that this hides the Matlab command with the same name that closes figures (although the alternativematlab.delete(handle)
can be still used of course). Also this allows to callmatlab.quit()
andmatlab.exit()
, which hangs transplant (probably by closing Matlab but without Transplant registering it). Would it be possible to change the Transplant.close
method name toexit()
and usequit()
as alias? I understand this would break compatibility with older versions though.