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..

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Startup and Shutdown에 대해 자세히 알아보기

질문:

ES
2013년 9월 19일

Community Treasure Hunt

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

Start Hunting!

Translated by