Friday, 15 June 2012

matlab - How can I make MEX files created by the Coder toolkit usable by others -



matlab - How can I make MEX files created by the Coder toolkit usable by others -

i have created mex file using matlab's coder toolkit, , works fine on computer, however, when sent else use, error , not work.

what proper steps distributing , allowing others able utilize mex file/code?

on side note, (im not sure how much affects issue) in c code file coder created, has variables lead directories on computer, instead of having relative pathing.

installing mcr (my original advice) applies compiler generated code, although still need compatible libmx , libmat. thought perhaps hold of them through installer, they'd need update matlab if incompatible (v6 vs v7).

in general, avoid paths in deployed code.

matlab mex matlab-coder

No comments:

Post a Comment