Is it possible to save .mlapp files that competible to a previous version of MATLAB?

23 views (last 30 days)
I've created a app in 2018a, and now I have to work with a 2017b version of MATLAB. When I tried to open the .mlapp file in 2017b, it warns me that this is created by a newer version of MATLAB. Is it possible to save the files in a different way or to work through this problem?

Accepted Answer

Ben Drebing
Ben Drebing on 11 May 2018
Yup! Here are the steps:
  1. Open the .mlapp in appdesigner in R2018a.
  2. Go to the "Save" menu at the top of appdesigner.
  3. Select "Save Copy As..."
  4. In the "Save as type" field at the bottom of the save window, set the type to "MATLAB R2017b App".
You should now be able to open this new file from R2017b.

More Answers (0)

Categories

Find more on Develop Apps Using App Designer in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!