Sign in

username:

password:



Not a member?

Search matlab



Search tips

Subscribe to matlab



matlab by Keywords

Atanh | Autocorrelation | Bandpass Filter | C++ | Conv | Database | Deconv | Excel | FFT | Filter | Filtering | FIR | Fourier Transfrom | FSK | Gaussian Noise | Haykin | IFFT | Image | Java | LFSR | LMS | LPC | MEX | OFDM | QPSK | Radix | Random | Sampling | Segmentation | Simulink | Visual Basic | Waveform | Wavelet

Discussion Groups

Discussion Groups | Matlab DSP | converting .m files to dll (.mex) files in matlab

Technical discussion about Matlab and issues related to Digital Signal Processing.

  

Post a new Thread

converting .m files to dll (.mex) files in matlab - anujack_21 - Jun 23 14:30:00 2004



Hi all,

How do I convert .m file to .mex file (dll files or executables in
matlab)? As far I understand the .mex files are written in C. But I
am not very comfortable in C. Is there a ways to convert the .m file
in to .mex files without writing a program in C??

Thanks for the help,
Anu





(You need to be a member of matlab -- send a blank email to matlab-subscribe@yahoogroups.com )

Re: converting .m files to dll (.mex) files in matlab - Juan I. Arvelo, Jr., Ph.D. - Jun 23 18:57:00 2004

Use the "mcc" function from the Matlab Compiler
toolbox. Type,

help mcc

to learn how to use the function.

Regards,
Juan --- anujack_21 <> wrote:
> Hi all,
>
> How do I convert .m file to .mex file (dll files or
> executables in
> matlab)? As far I understand the .mex files are
> written in C. But I
> am not very comfortable in C. Is there a ways to
> convert the .m file
> in to .mex files without writing a program in C??
>
> Thanks for the help,
> Anu >

=====
Juan I. Arvelo, Jr., Ph.D.
Johns Hopkins University
11100 Johns Hopkins Rd.
Laurel, MD 20723
240.228.4293
__________________________________




(You need to be a member of matlab -- send a blank email to matlab-subscribe@yahoogroups.com )