centos - How to check that the Matlab Compiler Runtime (MCR) is correctly working on my pc? -
i tried install matlab compiler runtime (mcr) r2013a v81 on pc using centos linux release 7.2.1511.
now know if installed properly: how check this?
thanks
you can list installed versions of mcr mcrversion
function:
[major, minor] = mcrversion
if managed compile binary mcr, try run on target machine; application either work or crash , in case system complain missing dependencies.
Comments
Post a Comment