Skip to content

Importing your Data

Edward Nusinovich edited this page Aug 1, 2016 · 1 revision

With MatPy, importing your data is as easy as the following:

import parser
data = parser.stress_strain('path/to/your/file').get_experimental_data()

Your data is now usable!

Clone this wiki locally