Skip to content

Encore-DMS/encore-matlab-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Encore UI

A MATLAB UI for Encore. Included with the Encore toolbox.

Clone

git clone https://github.com/Encore-DMS/encore-matlab-ui.git --recursive

Note: You must use the --recursive option to recursively clone all submodules.

Build

Matlab functions in the root directory are used to build the project. The scripts are named according to the build phase they execute. The phases include:

  • test: run tests using the Matlab unit test framework
  • package: package the project into a .mlappinstall file
  • install: install the packaged product into Matlab

Similar to the Maven Build Lifecycle, each phase will execute all phases before it (i.e. running install will execute test, package, install)

Directory Structure

The project directory structure generally follows the Maven Standard Directory Layout.

License

Licensed under the MIT License, which is an open source license.

Releases

No releases published

Packages

No packages published