From 6e1d917040dfb30ba911cc4c822391032a365b0f Mon Sep 17 00:00:00 2001 From: Jan Siwiec <jan.siwiec@vsb.cz> Date: Tue, 24 Mar 2020 14:44:32 +0100 Subject: [PATCH] Update introduction.md --- docs.it4i/software/numerical-languages/introduction.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs.it4i/software/numerical-languages/introduction.md b/docs.it4i/software/numerical-languages/introduction.md index 0f462ce3d..f209933fa 100644 --- a/docs.it4i/software/numerical-languages/introduction.md +++ b/docs.it4i/software/numerical-languages/introduction.md @@ -6,7 +6,7 @@ Interpreted languages for numerical computations and analysis This section contains a collection of high-level interpreted languages, primarily intended for numerical computations. -## Matlab +## MATLAB MATLABĀ® is a high-level language and interactive environment for numerical computation, visualization, and programming. @@ -15,11 +15,11 @@ $ ml MATLAB $ matlab ``` -Read more at the [Matlab page][1](software/numerical-languages/matlab/). +Read more at the [MATLAB page][1](software/numerical-languages/matlab/). ## Octave -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. +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 -- GitLab