How to use external DLL in Matlab ?
How to use external DLL in Matlab ?
(OP)
That's juste a question from a beginner
In fact, I just want to know how to notify the dll function and how to "summon them" to help me in my job.
Thank's a lot
Cyril
France
In fact, I just want to know how to notify the dll function and how to "summon them" to help me in my job.
Thank's a lot
Cyril
France





RE: How to use external DLL in Matlab ?
after that you can use the .dll if it was a regular matlab .m-function. The only difference as far as I know is, that it is not beeing compiled during execution.