I have created a MEX file using MATLAB's Coder toolkit, and it works perfectly fine on my computer, however, when I sent it to someone else for their use, it error and would not work.
What are the proper steps for properly distributing and allowing others to be able to use my MEX file/code?
On a side note, (im not sure how much this affects my issue) but in the C code file that the coder created, it has variables that lead to directories on my computer, instead of having relative pathing.