Is mlappinstall backward compatible?

1. I found some apps in mlappinstall format at MATLAB File Exchange. I understand that this was introduced recently (2012b or 2013a). Is there a way to retrieve the equivalent apps for the earlier versions(say 2010b or 2011b) from these mlappinstall files?
2. Weren't m files that generate GUIs while being run sufficient? Why introduce a new format for applications and create chaos?

 採用された回答

Sean de Wolski
Sean de Wolski 2013 年 9 月 19 日

1 投票

1) The app is not backward compatible. However, it's a glorified *.zip file that can be renamed and have the MATLAB files extracted.
2) Apps are completely self contained. When you build an app, it will do the dependency analysis for you, grab all necessary files, and store it. It also takes care of all the path issues making it easy to distribute etc. On top of both of these benefits, you can have version labelling, descriptions, icons, images etc with them..

1 件のコメント

ES
ES 2013 年 9 月 20 日
Thanks Sean!

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangePackage and Share Apps についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by