Related: User Guide (pdf) ; Pricing and Ordering
Background
The Modelit Application Framework for Matlab has been designed for Matlab developers who want to provide their Matlab applications with intuitive and powerful user-interfaces. Matlab developers can benefit from the Application Framework in two ways:
- Using the framework cuts costs for development and maintenance;
- Applications built with the framework have a number of user friendly features that come at no cost.
Efficiency gains in application development and maintenance
The Application Framework separates data storage and visualization. Proper use of the framework
will lead to efficiency gains that grow exponentially with the complexity of the application. The following factors contribute to these gains:
- Less technical design decisions;
- Less code and less complexity leading to time savings at implementation;
- Flexibility to expand the interface with extra workspace variables or interface components;
- Create reusable software components;
- Reduce risks for error and facilitate testing;
- Designing and building applications in a uniform way facilitates working together on one project and transfering maintenance from one person to another.
Features implemented by the framework
All applications based on the framework automatically benefit from a number of built in features:
- Undo en redo;
- Load and save mechanism for databases;
- Automated update mechanism for the user interface after the data are changed;
- Timed backups;
- Crash recovery;
- Automatic restore interface settings when interface is closed and re-opened
User guide
View user guide: Modelit Application Framework for Matlab


