Skip to content
Snippets Groups Projects
Commit 649c90a2 authored by Lukáš Krupčík's avatar Lukáš Krupčík
Browse files

Update docs.it4i/software/numerical-languages/introduction.md,...

Update docs.it4i/software/numerical-languages/introduction.md, docs.it4i/software/numerical-languages/matlab.md, mkdocs.yml files
parent 5fa63683
Branches
No related tags found
1 merge request!338software
Pipeline #22370 failed
......@@ -11,7 +11,10 @@ This section contains a collection of high-level interpreted languages, primaril
MATLAB® is a high-level language and interactive environment for numerical computation, visualization, and programming.
```console
$ ml MATLAB
$ ml av MATLAB
-------------- /apps/modules/math --------------
MATLAB/2021a
$ ml MATLAB/2021a
$ matlab
```
......@@ -22,8 +25,11 @@ Read more at the [MATLAB page][1].
GNU Octave is a high-level interpreted language, primarily intended for numerical computations. The Octave language is quite similar to MATLAB so that most programs are easily portable.
```console
$ ml Octave
$ octave
$ ml av Octave
-------------- /apps/modules/math --------------
Octave/6.3.0-intel-2020b-without-X11
$ ml Octave/6.3.0-intel-2020b-without-X11
$ octave
```
Read more at the [Octave page][2].
......@@ -33,6 +39,9 @@ Read more at the [Octave page][2].
The R is an interpreted language and environment for statistical computing and graphics.
```console
$ ml av R/
-------------- /apps/modules/math --------------
$ ml R
$ R
```
......
......@@ -2,10 +2,9 @@
## Introduction
!!!notes
!!! notes
Since 2016, the MATLAB module is not updated anymore and purchase of new licenses is not planned.
However, due to [e-infra integration][b], IT4Innovations may have access to recent MATLAB versions from cooperating organizations in the future.
More information will be available in May, 2021.
MATLAB is available in versions R2015a and R2015b. There are always two variants of the release:
......
......@@ -182,7 +182,6 @@ nav:
- Clp: salomon/software/numerical-libraries/Clp.md
- R: software/numerical-languages/r.md
- Matlab: software/numerical-languages/matlab.md
- Matlab 2013-2014: software/numerical-languages/matlab_1314.md
- Octave: software/numerical-languages/octave.md
- OpenCoarrays: software/numerical-languages/opencoarrays.md
- Numerical Libraries:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment