Sign inSign up

vistalab/mcr-v84

By vistalab

•Updated almost 9 years ago

Runtime for Matlab R2014b

Image
1

4.4K

vistalab/mcr-v84 repository overview

⁠vistalab/mcr-84

Matlab (C) Runtime for MatlabR2014b (v.8.4). For more info see Matlab's website⁠.

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

⁠Build

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

    docker build --no_cache -t vistalab/mcr-v84 `pwd`
⁠Example Usage

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

    docker run --rm -ti \
        -v </path/to/MSAE/parent/folder>:/execute \
        vistalab/mcr-v84 \
        /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 (vistalab/mcr-v84).
  • 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

sha256:870d6182b…

Size

692.5 MB

Last updated

almost 9 years ago

docker pull vistalab/mcr-v84