Can I compile a MATLAB application using a project file created using a different version of MATLAB than what I am currently using?

1 visualización (últimos 30 días)
I used deploytool to create a project file for my application. I recently upgraded to a new machine having a different version of MATLAB than what I had before. I would like to know if I can use the old project file that I have for compiling my application in the new version of MATLAB on my machine.

Respuestas (1)

Sanchali Purandare
Sanchali Purandare el 16 de En. de 2011
The project files created using DEPLOYTOOL are version specific XML files. Using a project file created using a version of MATLAB different from where the project needs to be built, could lead to unexpected results at runtime.
To work around this, recreate the project using the current version of MATLAB being used. When this project is built and executed, the output should be as expected.

Categorías

Más información sobre MATLAB Compiler en Help Center y File Exchange.

Productos

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by