File tree Expand file tree Collapse file tree
+combustiontoolbox/+utils Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11classdef (Abstract ) Canvas < handle
22 % The :mat:func:`Canvas` class is an abstract base class used to manage
3- % figure creation and plotting layout configuration in the :mat:pkg: `+display` module .
3+ % figure creation and plotting layout configuration in the `+display` subpackage .
44 %
55 % The :mat:func:`Canvas` class standardizes figure and axis formatting,
66 % provides tiled layout management, and offers utilities for axis selection and cycling.
Original file line number Diff line number Diff line change 11classdef Integrator < handle
2- % Integrator - Abstract base class for numerical integration
3- %
42 % This class provides a framework for numerical integration methods.
5- % It is intended to be subclassed for specific integration techniques.
63 %
74 % Example:
85 % integrator = Integrator();
You can’t perform that action at this time.
0 commit comments