Dec 29, 2006 #1 BAT_MAN Member level 5 Joined Oct 9, 2006 Messages 90 Helped 0 Reputation 0 Reaction score 0 Trophy points 1,286 Activity points 1,845 can we call C function in a matlab program
Dec 29, 2006 #2 S Sal Full Member level 4 Joined Nov 29, 2005 Messages 234 Helped 53 Reputation 106 Reaction score 13 Trophy points 1,298 Activity points 3,034 matlab help Hi if you have a C program called program.c you can run this code by typing mex program.c but you need to include "mex.h" and make some definitions. Better have a look here https://www.mathworks.com/support/tech-notes/1600/1605.html#C_warning if you think this info has been useful, click on "helped me" for statistics Sal
matlab help Hi if you have a C program called program.c you can run this code by typing mex program.c but you need to include "mex.h" and make some definitions. Better have a look here https://www.mathworks.com/support/tech-notes/1600/1605.html#C_warning if you think this info has been useful, click on "helped me" for statistics Sal