From: Crystal on 26 Jul 2010 11:02 Hello, I have created a standalone executable using the MATLAB Compiler toolbox on a Windows 64 PC. I want to deploy it on a machine running Linux, but the only MCR installer I have is for Windows 64. Is it even possible to deploy a MATLAB-compiled executable function on a different architecture? Thanks, Crystal
From: Aurelien Queffurust on 28 Jul 2010 09:15 "Crystal " <amaunette(a)hotmail.com> wrote in message <i2k81m$ptj$1(a)fred.mathworks.com>... > Hello, > > I have created a standalone executable using the MATLAB Compiler toolbox on a Windows 64 PC. I want to deploy it on a machine running Linux, but the only MCR installer I have is for Windows 64. Is it even possible to deploy a MATLAB-compiled executable function on a different architecture? > > Thanks, > > Crystal No you have to compile your code on the same platform as your end-users. If they are under Linux, you need to compile your code using MATLAB compiler under Linux.
|
Pages: 1 Prev: strmatch related Next: parameter-defined sample time in C s-function block |