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...
Hello!
I have a very strange problem with Matlab running on Mac OSX 10.4. Whenever I write into a text field displayed in an X11 Window(GUI, save-dialog of GUIDE and simulink) Matlab crashes. Still, as long as I just click with the mouse, everythings fine. I already tried restarting and...
Hi!
I have a problem using the mex-function in
For a project i need to use a Solver for SVM's that is available in C-Source-Code. At the Computer's in University they use the Windows-Version and the mex-function produces a working .dll. Since I'd like to be able to work at home, I want to...