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

1 Ansicht (letzte 30 Tage)
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.

Antworten (1)

Sanchali Purandare
Sanchali Purandare am 16 Jan. 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.

Kategorien

Mehr zu MATLAB Compiler finden Sie in Help Center und File Exchange

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by