jerelbn / yamlmatlab

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

YAMLMatlab

This imports YAML files into MATLAB. I found this on the Google Code Archive. I've copied it here so that it can be easily be submoduled into other projects.

Usage

  1. Add the path to this cloned repository: addpath('path/to/this/repo')
  2. Reading: YamlStruct = ReadYaml('filename.yaml')
  3. Writing:
    • Create struct: x.name = 'Martin'
    • Create YAML: WriteYaml('filename.yaml',x)

About

License:MIT License


Languages

Language:MATLAB 91.6%Language:HTML 8.4%