Matlab Syntax Reference & Specifying Methods and Functions
The Methods Block Define methods as MATLAB functions within a methods block, inside the classdef block. The constructor method has the same name as the class and returns an object. You can assign values...