Numerical Differentiation Toolbox Documentation

Copyright © 2021 Tamas Kis

Contents

Technical Documentation

Click here.

Installation

  1. Download the toolbox from File Exchange or GitHub.
  2. Open the INSTALL folder.
  3. Double-click on Numerical Differentiation Toolbox.mltbx.

MATLAB will automatically perform the installation and add all the contents of the toolbox folder to the MATLAB search path. Alternatively, all of the functions in the toolbox folder can be used independently.

Opening this documentation using the MATLAB Command Window.

To open the home page (this page) of the toolbox documentation in MATLAB, type the following in the Command Window:

doc_NDT

To open the documentation of a specific function or class with name name, type the following in the Command Window:

doc_NDT name

To open the technical documentation PDF (Numerical_Differentiation.pdf), type the following in the Command Window:

doc_NDT tech

Differentiator Class

Central Difference Differentiation Functions

Forward Difference Differentiation Functions

Complex-Step Differentiation Functions

Complexified Functions

Warnings/Disclaimers