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

1 view (last 30 days)
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.

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 15 Apr 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.

More Answers (0)

Categories

Find more on MATLAB Compiler in Help Center and File Exchange

Products


Release

R2010b

Community Treasure Hunt

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

Start Hunting!