We have programmed in both python and matlab. We want to know that if python and matlab code can be submitted by docker. In addition, because two of our team workers code separetly, we may need to combine their code, how could we combine python and matlab code together through docker. WIth limited comprehention in docker, we need some instruction and guidance. Thank you sincerly.

Created by Zhao Ruixue zrx
Yes, you can install anything that you want inside your Docker container. Regarding your usage of Matlab, I recommend using the Matlab Compiler (requires a Matlab license) to generate an executable that you can run using [Matlab Runtime](https://www.mathworks.com/products/compiler/mcr/) (does not require a Matlab license) inside your Docker container.
ahahaha~ take it easy, I have known how to do these on docker!

Can python and matlab code be submited through docker? page is loading…