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

Sponsor

Industry's highest performing at the lowest power DSPs now as low as $5.00*
Start development today!
*volume pricing for 10ku

Discussion Groups

See Also

Embedded SystemsFPGAElectronics

Discussion Groups | Matlab DSP

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

Search Results for "mex"

  

Post a new Thread

How many c mex s-functions can a mdl file support?   [3 Articles]

yuemuping - Jan 2 2008
Hi, Everyone~ Happy New Year~~~ I have a weird question. I've wrote several c mex s-functions in simulink. When I ran the mdl file with one c mex s-function per a model, i... How many c mex s-functions can a mdl file support?

converting .m files to dll (.mex) files in matlab   [2 Articles]

anujack_21 - Jun 23 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 comf... converting .m files to dll (.mex) files in matlab

deploying standalone application with mex files

sjoh...@cnbc.cmu.edu - May 6 2009
Hi , I am having trouble using deploytool to compile and package my application on windows. I am using Maltab R2008a. My source has lots of m files and a few C mex files. I ... deploying standalone application with mex files

MEX

donomy_00 - Feb 28 2002
Hi I have compiled a C code in Matlab using the function MEX Filename.c I have got the .dll file but when I tried to use the function, it gave an error mess... MEX

Mex need help!

jihong1974 - May 28 2003
hi, I'm using matlay 6.5 windows version. I have a C file which plots some dots on screen. When I try to convert it to mex file with the method introdued in matla... Mex need help!

MEX Compiler and comments in C

Sergio Dominguez - Dec 20 2002
Hi all! I am having problems compiling a c mex file with the lines that have comments of the type // comment If they are written like /*comment*/ ... MEX Compiler and comments in C

how to use "MEX" to compile CPP program

rajeshpeddi - Aug 17 2009
Hello Friends , The steps i followed was step 1: i executed 'mex -setup' and configured Microsoft visual studio as the compiler . step 2 : then af... how to use

Mex-file generation from C code   [3 Articles]

Joel Ilao - Nov 28 2001
Hi! I would like to know how to create mex-files from C code. I have tried to compile one using MinGW but is unsuccessful in doing so. Can someone help me with... Mex-file generation from C code

Info GUI/mex

Giovanni Marino - Jun 3 2005
Hi, I have a problems with matlab. I have a Gui and I would "translate" it in C/C++. I tried to use mex but I have this error message from linker: "prova_hello.obj LI... Info GUI/mex

Re: MEX Compiler and comments in C

Sergio Dominguez - Feb 20 2003
Hi all! I am sending this as it looks like it is not only me. has anyone figured out how to solve the comments problem with compiling s-functions with mex in lin... Re: MEX Compiler and comments in C

use mex to compile math lib function

Bing Jian - Feb 14 2003
Hi, there, Assume I have a mexmain.c which contains mexFunction(), in mexFunction(), I call another function e.g. test() defined in another c file e.g. te... use mex to compile math lib function

invalid mex file

rsvas2001 - Nov 6 2004
Hello group, I got an Simulink s-function block from somebody, including source,header files, object files, dlls. when i tried to run this model in my ma... invalid mex file

doubt regarding c-mex s-function

raju_zm - Jul 24 2007
hai to all.I have ascii c-program.how i get c-mex s-function from that c-code.so that i can use it as simulink block. i tried 'mcc'command to convert .m file to me... doubt regarding c-mex s-function

Creating C++ Mex files ?

Nitin Nangare - May 9 2003
Does anyone has any technical documents abt. creating C++ mex files ? Thanks in Advance.Nitin. ... Creating C++ Mex files ?

mex compiling

invictus_4_ever - Mar 25 2003
hi, when trying to compile a mex , matlab is giving an error stating the some required files are not found in the path. The @INC variable shows some wrong path. h... mex compiling

Compiling Fortran Mex on Solaris

Drabot, Slawek - Jul 25 2001
Hi, I'm trying to compile Fortran mex files on Solaris (2.6) using g77 (gnu Fortran 77 compiler). It compiles and links without producing errors, however Matla... Compiling Fortran Mex on Solaris

Creating Structures in MEX files   [2 Articles]

decious99 - Aug 29 2004
I am working on creating a MEX file that will read data out of a ASCII text file and place its contents into a structure. Anyone have an idea how to create a struct... Creating Structures in MEX files

How to mex "linprog"   [2 Articles]

spottie3 - Oct 9 2003
Hi, I am running 1000's of simulations that call linprog in MATLAB. I have found that much of the computing time is spent in linprog. I have tried streamlining... How to mex "linprog"

Urgent problem about Mex function

andey - May 10 2003
Dear All: I am trying to call Mex function under Matlab. I used the mexFunction without arguments, i.e. nlhs = 0 and nrhs=0. All my data are read or written in... Urgent problem about Mex function

Does Matlab Mex file completely support C++ class?

andey - Apr 4 2003
I tested a simple C++ Mex file which is: #include #include void timestwo(double y[], double x[]) { ofstream File; File.... Does Matlab Mex file completely support C++ class?

Matlab compiler

pitcz_03 - Sep 9 2003
Hi, I would like to choose the compiler for mex-file. But when I wrote command: mex -setup I got message: "Select a compiler:" and I had just one option: [1] ... Matlab compiler

C MEX S-function embedding in a TI DSP target

lee_xmen - Oct 20 2004
Hi , If i've written a C-Mex S function ,can i embed it on a TI DSP target??,,or its possible to embed only inbuilt simulink blocksets on a TI DSP target... C MEX S-function embedding in a TI DSP target

Is there way to use external intefaces in Matlab

ramineni_bsp - Jun 2 2003
hello friends, I am trying to Use OpenCV library in matlab .I worked on mex files and I know its possible to interface c files in matlab.Now I want to know is ... Is there way to use external intefaces in Matlab

Antwort: linking of C, C++ ,VB routines into matlab

- Jul 9 2001
Mex-Files are used to include C-files or Fortran-files into Matlab. A nutshell will be placed around your original code, which makes Matlab to access the data st... Antwort:  linking of C, C++ ,VB routines into matlab

Fortran compiler

- Dec 17 2003
Hello Kailash Suppose that I have the C routine bellow. This routine calculate the factorial of n. Suppose that you dont want translate this routine for ... Fortran compiler

Converting Fortran code to a Matlab code

Ayate Abu El-Khair - Sep 25 2008
Hi all, I am so interesting nowadays in calling a fortrun code from the Matlab or ,what I need is, converting a Fortran code to a Matlab code. (How I can run a Fortran file as ... Converting Fortran code to a Matlab code

MEX functions and random numbers

gkaf...@yahoo.gr - Oct 9 2008
Hello all, I want to write a MEX function to import a part of C code into MATLAB. This piece of code is a normally distributed random number generator. It is controlled by a seed(... MEX functions and random numbers

Re: How to call C program from Matlab?

chri...@gmail.com - Jun 1 2006
> > > > Hello :), > > I did some mex programming and some digital image > processing implementation for my final year project. > Attached is the report... Re:  How to call C program from Matlab?

problem with 'mex'

Zahra A Shah - Jul 4 2006
hi, i am trying to use a free toolbox which implements Support vector machines in MATLAB. Now i have to use this toolbox and cannot use some other toolbox due to some constraint... problem with 'mex'

device driver problems in windows 2000   [2 Articles]

dshareall - Jul 17 2003
Hi. I have developed a device driver (as an s function block) to commuincate with a PCI board and in the RTWT(real time windows target) enviroment. My driver work... device driver problems in windows 2000

Re: Question

Peter Gulden - Feb 28 2001
At 23:19 27.02.01 +0530, OJAS GANDHI wrote:  Hello,  I'm Ojas Gandhi B.E-Electronics from REC-Surat, India.In my final year project I've developed a small appl... Re:  Question

problem in compiling

Leila Moballegh - Jul 30 2009
Hi I have written a program in MATLAB using fit and fitoptions functions   opts = fitoptions('exp1','Norm','on','start',[-1 100]); [fresult,gof,output] = fit(x,yy,'exp1'); Â... problem in compiling

A very urgent problem about C++ Mex file

andey - Apr 2 2003
Dear all: I want to call my Borland C++ program from Matlab. Actively My C++ program is a huge project file which includes a lot of class definitions and calls... A very urgent problem about C++ Mex file

Re: Reading MPEG files

Joe Sababa - Jul 14 2001
Hi, On mathworks web-site there is a mex (.dll) files for read and write MPEG. As mex files are versions dependent it may not work on MATLAB. Joe http://www... Re:  Reading MPEG files

S Function Builder - C Mex files   [2 Articles]

lee_xmen - Oct 16 2004
Hi , I'm working on C-MEX files ,using S-Function Builder .... A very basic problem,. I have two input arrays u0[5] and u1[3] and the output is y0[5],... S Function Builder - C Mex files

problem with compiler

ganesan - Feb 5 2001
hello all, i want to interface a fortran program with my other matlab programs. i installed digital visual fortran v6.5. i have matlab v5.3 on windows NT. i set t... problem with compiler

RE: Fortran to matlab source code conversion

Jeff Winter - Jan 16 2002
You can call your own C or Fortran subroutines from MATLAB as if they were built-in functions. MATLAB callable C and Fortran programs are referred to as MEX-files... RE:  Fortran to matlab source code conversion

RE: Lcc

Amit Shaw - Jun 29 2007
Try using mex -setup at the Matlab command prompt in unix/linux and see whether Matlab gives the option to select the gcc compiler. If yes select gcc as the compiler. and th... RE:  Lcc

problem in C-MEX S-Function

Nihal Ahmad - Jul 12 2002
Hi all, I have one problem in C-MEX S-Function, which is as follows In my c-program I have one function named try_info(&bs, &fr_ps), which I want to call in md... problem in C-MEX S-Function

Re: How to use the C++ code in Matlab

Amit Pathania - Mar 20 2006
You can use mex files. Refer to the matlab API documentation raja_793 wrote: Hello I want to know that how I can use the C++ code in Matlab. Can anyone answer this.. Tha... Re:  How to use the C++ code in Matlab
| 1 | 2 | 3 | next