Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1 KB

File metadata and controls

36 lines (23 loc) · 1 KB

Scientific Data Format for MATLAB / Simulink

SDF for MATLAB is a library to read, write and interpolate multi-dimensional data in MATLAB and Simulink. The Scientific Data Format is an open file format based on HDF5 to store multi-dimensional data such as parameters, simulation results or measurements. It supports...

  • very large files
  • up to 32 dimensions
  • hierarchical structure
  • units, comments and custom meta-information

For detailed information see the SDF specification.

Installation

Download and extract the distribution and add the folder (that contains the +SDF folder) to the MATLAB path:

>> addpath 'C:\libs\SDF-MATLAB'

Examples

To get started try the examples:


© 2017 Dassault Systèmes