Skip to content
This repository has been archived by the owner on May 10, 2023. It is now read-only.

Open-MBEE/matlab-mdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MATLAB MDK

GitHub release (latest by date) Jira

MATLAB MDK is a toolbox for MATLAB that enables interactions with the MMS such as retrieving analysis inputs and publishing analysis outputs, e.g. computed values, plots, tables.

Quickstart

Prerequisites

Installation

  1. Download the MATLAB MDK toolbox, e.g. matlab-mdk-*.mltbx.

  2. Double-click (or right click > "Open With" > "MATLAB", as applicable) the downloaded matlab-mdk-*.mltbx file. See MATLAB documentation for more info. MATLAB should prompt with the following window.

    MATLAB Installation

  3. Return to the MATLAB main window and in the Command Window run doc(MMS) to test the installation.

    Example output:

    MATLAB Documentation

  4. Check out the example functions.

MATLAB MDK can also be installed headlessly using matlab.addons.install.

Contributing

To learn how you can get involved in a variety of ways, please see Contibuting to OpenMBEE.

Local Development

  • Run build.sh to generate matlab-mdk build directory.
  • Run the MATLAB Toolbox Packager from main menu "Home" > "Environment" ribbon > "Add-Ons" > "Package Toolbox" > "Open Project" > matlab-mdk.prj. See MATLAB documentation for more info.
  • Follow the Installation instructions.