I have a C# project, and I want to use the function of my project in matlab. I've added
[ClassInterface(ClassInterfaceType.AutoDual)]
[ComVisible(true)]
befor every classes in my project and make the out put type class library. but when I use of dll in matlab,
temp = NET.addAssembly('../../foo')
and then foo.Classes, there is no class!
what should i do?! plz help me :)
NET.addAssemblybut your class just need at least to bepublicpublictoo ...