NET.addAssembly is a script, not a function, in MATLAB 2019a
显示 更早的评论
When I try to execute this function like:
NET.addAssembly(which('FUTEK_USB_DLL.dll'))
I get the error:
Error using NET.addAssembly
Attempt to execute SCRIPT addAssembly as a function:
/Applications/MATLAB_R2019a.app/toolbox/matlab/winfun/NET/+NET/addAssembly.m
When i dug into the function NET.addAssembly (attached), there is literally no content to the function. I just installed MATLAB like 2 days ago on this computer so I didn't mess this function up. What am i missing?
NET.addAssembly is literally just comments.
采纳的回答
更多回答(1 个)
Avijit Prakash
2022-5-22
0 个投票
Unfortunately I wasted so much time to find out that MATLAB says addAssembly is unsupported. Link Here

类别
在 帮助中心 和 File Exchange 中查找有关 Get Started with Microsoft .NET 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!