You can find labs directory that contains application on Communication Systems University Course, as well as, The examples directory contain examples used in my youtube tutorials.
List of common Octave commands to operate with Matrices, Vectors and/or data in general. M = eye(2); // Create an identity 2x2 matrix M = rand(2,2) // Create a 2x2 matrix with random values M_trans = ...
Abstract: This paper presents a set of tools for creating interactive tutorials in MATLAB and Octave. The tutorials are based on an interactive format, where the student must complete tasks to advance ...