Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.13 KB

README.md

File metadata and controls

20 lines (16 loc) · 1.13 KB

ModelicaStandardTables

C sources of the ModelicaStandardTables - Modelica library for reading data from Text or MATLAB MAT-files, interpolation and extrapolation.

The library was presented at the [10th International Modelica Conference] (https://modelica.org/events/modelica2014/proceedings/html/sessions/session_5E.html). Detailed remarks on the implementation can be found in the article.

Build status

Build Status

License

ModelicaStandardTables is released under the terms of the Simplified BSD License.

Acknowledgement

ModelicaStandardTables is based on the following third-party C projects

  • libmatio - Christopher Hulbert's C library for reading and writing MATLAB MAT-files
  • uthash - Troy D. Hanson's C macros for hash tables and more
  • zlib - Jean-loup Gailly's and Mark Adler's massively spiffy yet delicately unobtrusive compression library