raacampbell / yamlmatlab

Java-based implementation of YAML IO support in MATLAB.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

yamlmatlab

This is a github copy of https://code.google.com/p/yamlmatlab/ that has been packaged into +yaml namespace by Yauhen Yakimovich.

Installation

Just add the code and all subfolders to the MATLAB path:

addpath(genpath('path/to/code'));

Usage

Reading in:

yaml_file = 'test.yaml';
YamlStruct = yaml.ReadYaml(yaml_file);

Writing out

x.name='Martin';
yaml.WriteYaml('test.yaml',x)

Main authors

  • Jiri Cigler, Dept. of Control Engineering, CTU Prague http://support.dce.felk.cvut.cz/pub/ciglejir/
  • Jan Siroky, Energocentrum PLUS, s.r.o.
  • Pavel Tomasko, student at Faculty of Electrical Engineering, CTU Prague and Institute of Chemical Technology, Prague.

About

Java-based implementation of YAML IO support in MATLAB.

License:MIT License


Languages

Language:MATLAB 79.7%Language:M 15.0%Language:HTML 5.2%