Well i am simulating few things in MATLAB and want to access few mex files. I have compiled one mex file but another one is giving an error. i am compiling the file with visual C++ compiler but it fails. Can any one help to resolve this issue.
the file is in search path. i have folders. In one of the folders i have a mexde2bi.c file which is executed during MATLAB, so obviously it can search it . This file called BCJR.c is in another folder called decoder. Either this cant be found or it cant be executed. I am getting the following error while running the simulation
??? Undefined function or method 'BCJR' for input arguments of type 'struct'.