.net - How to get the LoaderExceptions in Matlab -


i trying load assembly in matlab using:

net.addassembly(libpath);  

i exception message:

message: unable load 1 or more of requested types. retrieve loaderexceptions property more information.

for exception identifier:

matlab:net:clrexception:addassembly

how can access/get loaderexceptions in matlab? possible? in c# can this.

the following code works me:

try   net.addassembly(assembly) catch ex end  ex.exceptionobject.loaderexceptions.get(0).message     

Comments

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -