name | description | tags | icon | |||||
---|---|---|---|---|---|---|---|---|
Matlab |
Use this template to create a matlab workspace with browser based matlab instant. |
|
A matlab template for coder.
-
Clone this repository
git clone https://github,com/matifali/coder-templates cd coder-templates/matlab-cpu
-
Login to coder
coder login CODER_URL
Replace coder.example.com with your coder deployment URL or IP
-
Create a template
coder templates create matlab-cpu
-
Create a workspace
coder create matlab --template matlab-cpu
Or, Go to
https://CODER_URL/workspaces
and click on Create Workspace and select matlab template.
Note: Do not forget to change the
CODER_URL
to your coder deployment URL.
There are multiple ways to connect to your workspace
- Click on the Matlab Desktop icon to launch a matlab instant in your browser using noVNC.
- Click on the Matlab Browser icon to launch a matlab instant in your browser using matlab web app.
Also, you can connect using the Web Terminal or SSH by clicking on the above buttons.