Relative Content

Tag Archive for c#arrays.netmatlabmcc

Why passing arrays to Matlab is significantly slow?

I have Matlab function, which takes as parameters two 1-d arrays of doubles. There are hundreds of thousands items in each array. I’ve created .NET assembly library and using it in my C# application.