Skip to content

Commit

Permalink
add matlab 2023b
Browse files Browse the repository at this point in the history
  • Loading branch information
vnm-neurodesk committed Jan 21, 2025
1 parent ef6c45f commit a263059
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions recipes/matlab/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

----------------------------------
## matlab/2024b ##
## matlab/2023b ##
Matlab IDE

Important note about licensing
Expand Down Expand Up @@ -44,7 +44,7 @@ More documentation can be found here
To run applications outside of this container
---------------------------------------------

ml matlab/2024b
ml matlab/2023b

Citation
--------
Expand Down
2 changes: 1 addition & 1 deletion recipes/matlab/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -e

export toolName='matlab'
export toolVersion='2024b'
export toolVersion='2023b'
# https://hub.docker.com/r/mathworks/matlab-deep-learning
# update version in matlab wrapper script:
grep -q $toolVersion matlab && echo "Found" || exit 2
Expand Down
2 changes: 1 addition & 1 deletion recipes/matlab/matlab
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
export MLM_LICENSE_FILE=${HOME}/Downloads
echo 'MLM_LICENSE_FILE='${MLM_LICENSE_FILE}
/opt/matlab/R2024b/bin/matlab "$@"
/opt/matlab/R2023b/bin/matlab "$@"

0 comments on commit a263059

Please sign in to comment.