This index covers domain libraries and GUI-free App APIs. The App SDK itself is documented under Framework: App SDK API, so its contracts stay with the lifecycle and architecture guidance they support.
Use this reference to look up supported MATLAB functions. Every function name in the generated module tables is a direct link to an individual page with syntax, arguments, outputs, behavior, source, and related APIs.
| Need | Module guide |
|---|---|
| App lifecycle, layout, plotting, interaction, state, debugging, and compatibility requirements | App Framework |
| Image IO and generic image operations | Image |
| Radiometric image decoding and temperature conversion | Thermal |
| Gamry DTA discovery, parsing, curves, and pulses | DTA |
| Intan RHS inspection and waveform windows | RHS |
| Generic biosignal import and processing | Biosignal |
| Scientific operations owned by one app | Apps |
Module guides explain scope, data models, normal call sequences, algorithms,
and representative examples. Function pages are the source for exact callable
contracts. Files in private/ directories and App helpers without a complete
public help contract are not supported entry points.
Each reusable library publishes a version() result. Apps declare compatible
library ranges in the Requirements field of their single definition.m
contract. A function documented here is public within that library version;
compatibility across a breaking version is not implied.
The tables below are generated from current MATLAB source. Each entry links to the current function help.