how to remove reference to .net assembly in matlab

前端 未结 3 1003
别那么骄傲
别那么骄傲 2020-12-11 08:19

I have created a dll in c#. I added a reference to this dll in MATLAB as shown below. Everything works fine. The problem is that when I want to update my dll I have to close

3条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-11 09:08

    As a workaround, 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

提交回复
热议问题