yamlmatlab
yamlmatlab copied to clipboard
Java-based implementation of YAML IO support in MATLAB.
Self Test in 2019b (in 2019a everything is ok) test_ReadYaml test_ReadYaml: Passed test_RY_FloatingPoints: Failed, Crash test_RY_Import: Failed, Crash test_RY_ImportDef: Failed, Crash test_RY_ImportNonex: Failed, Crash test_RY_Indentation: Failed, Crash test_RY_Inheritance: Failed, Crash...
Hi, I was using the yamlmatlab library, and I get into errors while using DateTime. I corrected it. It will be nice if you insert it in the main development....
If the end file location is not in the current working directory of MATLAB, ReadYamlRaw() and WriteYaml() may not properly import snakeyaml because the javapath was not added correctly. This...
just found that the file license header is not properly commented, and lots of ``` Matlab import yaml.* ``` before every function defined in the DataTime class. i am not...
Trying to parse a file with a field called `on` anywhere in it causes a crash: For example trying to parse the file containing: ``` On: 2 ``` results in:...
I have a yaml file like this: condtestpath: ConditionTest_V1_358_conditiontest_1.yaml condtest: CONDSTATE: - \- PREICI: 20.2806 - COND: 128.3246 - SUFICI: 632.8663 - \- PREICI: 733.4108 - COND: 833.4752 - SUFICI:...