Skip to content

Commit a263059

Browse files
committed
add matlab 2023b
1 parent ef6c45f commit a263059

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

recipes/matlab/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
----------------------------------
3-
## matlab/2024b ##
3+
## matlab/2023b ##
44
Matlab IDE
55

66
Important note about licensing
@@ -44,7 +44,7 @@ More documentation can be found here
4444
To run applications outside of this container
4545
---------------------------------------------
4646

47-
ml matlab/2024b
47+
ml matlab/2023b
4848

4949
Citation
5050
--------

recipes/matlab/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set -e
33

44
export toolName='matlab'
5-
export toolVersion='2024b'
5+
export toolVersion='2023b'
66
# https://hub.docker.com/r/mathworks/matlab-deep-learning
77
# update version in matlab wrapper script:
88
grep -q $toolVersion matlab && echo "Found" || exit 2

recipes/matlab/matlab

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/bash
22
export MLM_LICENSE_FILE=${HOME}/Downloads
33
echo 'MLM_LICENSE_FILE='${MLM_LICENSE_FILE}
4-
/opt/matlab/R2024b/bin/matlab "$@"
4+
/opt/matlab/R2023b/bin/matlab "$@"

0 commit comments

Comments
 (0)