简体   繁体   中英

matlab: using function hints in .net assembly

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?

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM