running compiled function that uses mex in a client's OS using MCR does not work
Show older comments
I have Matlab 2018a for linux , on which I have compiled a function . that function uses vl_feat library (meaning mex library).
the problem :
when running the compiled function on a client's computer, I get an error that the mex function is not found.
the MCR is for matlab 2018a of course.
what I have tried :
- compile with adding the mex function manually
- install and compile vl_feat in client's computer
- running vl_setup during function's run
none worked.
5 Comments
Bruno Luong
on 23 Aug 2019
And the client PC OS is?
Vinny
on 25 Aug 2019
Bruno Luong
on 25 Aug 2019
Edited: Bruno Luong
on 25 Aug 2019
Vinny
on 25 Aug 2019
Edited: Bruno Luong
on 25 Aug 2019
Vinny
on 25 Aug 2019
Answers (0)
Categories
Find more on MATLAB Compiler in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!