diff --git a/episodes/01-intro.md b/episodes/01-intro.md index c23b1c97..c8f579e1 100644 --- a/episodes/01-intro.md +++ b/episodes/01-intro.md @@ -296,6 +296,17 @@ MATLAB suggests using `readmatrix`. If we have a closer look at the documentation, MATLAB also tells us, which in- and output arguments this function has. +::::::::::::::::::::::::::::::::::::::::: callout + +## GNU Octave + +Octave does not provide a function named `readmatrix`, but the equivalent +functionality (in both Octave and MATLAB) can be achieved with `dlmread` for the +files we will work with in this lesson. + + +:::::::::::::::::::::::::::::::::::::::::::::::::: + To load the data from our CSV file into MATLAB, type the following command into the MATLAB command window, and press Enter: