I'm having trouble with the exact formatting/command lines for installing matlab due to the licensing requirement. If anyone has an example script or tips for the installation that would be extremely helpful.
Created by Jacob Hartman-Kenzler jakehk Thanks!
RUN \
apt-get update && \
apt-get install -y octave
all you code run in matlab will run in octave: you cannot install matlab easily on docker
octave aaa.m
Drop files to upload
Has anyone successfully submitted a MATlab script with Docker? page is loading…