Reputation: 591
I load c# assembly to matlab, there is hint like this to complete name of classes and function, but not arguments. Is there some workaround to show method signature?
Upvotes: 3
Views: 130
Reputation: 10096
And, I've read that I can't unload assembly, is there some workaround about this? edit: this part was removed from the question.
You can start a new Matlab instance from Matlab itself with a system call and the Matlab command line options and only load the libraries in the new instance. This is described in an answer to the qestion: Release a .NET assembly from MATLAB
Upvotes: 1