资 源 简 介
Overview
YAMLMatlab is a set of Matlab functions which enables reading in and writing out documents in YAML format (the format definition can be found on http://www.yaml.org/). The hierarchical structure of a YAML file is represented as a Matlab struct.
Features
Reading in and writing out a yaml file.
Available data types are:
Time (like 00:11:12) (extra Matlab object is used to represent datetime stamp), internally represented in UTC format
Strings
Int/Double
Array of strings of size MxN
Matrices of arbitrary size
Introduced "description file" containing key-word "import" standing for files which are to be processed together e.g.
---import: - test1.yaml - test2.yaml...
stands for situation when the program reads two yaml files together
into one s
文 件 列 表
datadump.m
DateTime.m
deflateimports.m
doinheritance.m
dosubstitution.m
external
snakeyaml-1.9.jar
LICENSE-2.0.txt
extras
TimeVals2Cell.m
GetYamlVals.m
iscolumnvector.m
ismymatrix.m
isord.m
isrowvector.m
issingle.m
kwd_parent.m
makematrices.m
mergeimports.m
merge_struct.m
MIT-license.txt
ReadYaml.m
ReadYamlRaw.m
Tests
~temporary.yaml
selftest_yamlmatlab.m
selftest_report.html
Data
test_ReadYaml.m
test_WriteYaml.m
WriteYaml.m