Sign inSign up

scitran/mcr-v901

By scitran

Updated almost 10 years ago

Matlab Compiler Runtime for v9.0.1 (R2016a)

Image
1

1.2K

scitran/mcr-v901 repository overview

scitran/mcr-v901

Matlab (C) Runtime for MatlabR2016a (v.9.0.1). For more info see Matlab's website.

This container provides an environment for the execution of Stand-Alone Matlab executables built with Matlab (C) 2016a, such as those created using Matlab's 'deploytool'.

Build

To build you can download this repo and run build.sh or run:

    docker build --no_cache -t scitran/mcr-v901 `pwd`
Example Usage

To run a Matlab Stand-Alone executable (MSAE) you can do something like the following:

    docker run --rm -ti \
        -v </path/to/MSAE/parent/folder>:/execute \
        scitran/mcr-v901 \
        /execute/<name of your MSAE> [<any input arguments>]
  • Note that you are mounting the directory which contains your MSAE in the container at /execute and executing that file within the container by providing the full path following the name of the container (scitran/mcr-v901).
  • Input arguments to your MSAE are provided at the end of the docker run command. Remember that if those inputs are files or other resources, those resources must also be mounted in the container and the full path to them (in the container) must be provided.

Tag summary

Content type

Image

Digest

Size

950.6 MB

Last updated

almost 10 years ago

docker pull scitran/mcr-v901