Running Simulink Online on Selfhosted Docker MATLAB Online Instance
Hello, I’m currently running MATLAB on my server along with JupyterLab using jupyter-matlab-proxy based on Docker.
This extension allows us to integrate MATLAB with JupyterLab and also allows us to use selfhosted instance of MATLAB Online if needed.
All features of MATLAB Online wors very well just as locally installed MATLAB desktop application.
However, as I try to run Simulink Online and create a Blank Model on it, it gives me a following error:
———-
Unable to run the ‘fevalJSON’ function because it calls the ‘open_system’ function, which is not supported for MATLAB Online. To use this function, use an installed version of MATLAB on your computer.
———-
As far as I know, MATLAB already provides Simulink Online service on their official server instance.
I do installed Simulink and many other toolboxes required for running Simulink on my container image.
Is is not supported on user-created docker image (Which installs MATLAB by MATLAB Package Manager, MPM) or am I doing something wrong?
I’d really appreciate if I can run a selfhosted Simulink Server.
Thank you.Hello, I’m currently running MATLAB on my server along with JupyterLab using jupyter-matlab-proxy based on Docker.
This extension allows us to integrate MATLAB with JupyterLab and also allows us to use selfhosted instance of MATLAB Online if needed.
All features of MATLAB Online wors very well just as locally installed MATLAB desktop application.
However, as I try to run Simulink Online and create a Blank Model on it, it gives me a following error:
———-
Unable to run the ‘fevalJSON’ function because it calls the ‘open_system’ function, which is not supported for MATLAB Online. To use this function, use an installed version of MATLAB on your computer.
———-
As far as I know, MATLAB already provides Simulink Online service on their official server instance.
I do installed Simulink and many other toolboxes required for running Simulink on my container image.
Is is not supported on user-created docker image (Which installs MATLAB by MATLAB Package Manager, MPM) or am I doing something wrong?
I’d really appreciate if I can run a selfhosted Simulink Server.
Thank you. Hello, I’m currently running MATLAB on my server along with JupyterLab using jupyter-matlab-proxy based on Docker.
This extension allows us to integrate MATLAB with JupyterLab and also allows us to use selfhosted instance of MATLAB Online if needed.
All features of MATLAB Online wors very well just as locally installed MATLAB desktop application.
However, as I try to run Simulink Online and create a Blank Model on it, it gives me a following error:
———-
Unable to run the ‘fevalJSON’ function because it calls the ‘open_system’ function, which is not supported for MATLAB Online. To use this function, use an installed version of MATLAB on your computer.
———-
As far as I know, MATLAB already provides Simulink Online service on their official server instance.
I do installed Simulink and many other toolboxes required for running Simulink on my container image.
Is is not supported on user-created docker image (Which installs MATLAB by MATLAB Package Manager, MPM) or am I doing something wrong?
I’d really appreciate if I can run a selfhosted Simulink Server.
Thank you. docker, server, matlab online, simulink online, simulink, jupyter-matlab-proxy, r2022b, mpm MATLAB Answers — New Questions