Transporting Data Between Matlab, Python
Motivation Common Formats Some formats are really common, so that python and matlab both have standard way to import, read and write. So these can be a common
json, yaml Simple python dictionary could be easily dumped in yaml json formats, which record the hierachical structure and can store small amount of array data. The best part is it’s human readable. So it’s really suitable to store short configuration files.
Apr 26, 2020