Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to use external DLL in Matlab ?

Status
Not open for further replies.

Lyric

Marine/Ocean
Joined
May 11, 2005
Messages
1
Location
FR
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

 
you have to compile the c-code using the mex-function in matlab. if you compile the file on a windows system, it automatically has the extension .dll .

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.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top