I am building an application which needs high response time in a real time environment. I know there are three methods to call MATLAB from C#:
- MATLAB Engine using COM automation
- .NET Assembly created in MATLAB using Builder for .NET
- C Shared library created in MATLAB using Compiler
What are the differences between these methods in terms of speed (execution time)? Any comments about the relative security of the methods would also be appreciated.
Thanks