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: Rotation matrices are a convenient and intuitive way to describe algebraically the relative orientation of multiple cameras or of the same camera shooting from different points of view.