We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1e9d84 commit 22d11c5Copy full SHA for 22d11c5
1 file changed
io/readYAMLmodel.m
@@ -58,7 +58,7 @@
58
line_value = regexprep(line_raw, '.*:$','');
59
line_value = regexprep(line_value, '[^":]+: "?(.+)"?$','$1');
60
line_value = regexprep(line_value, '(")|(^ {4,}- )','');
61
-
+line_value(strcmp(line_value,'''''')) = {''};
62
line_value(strcmp(line_value,line_raw)) = {''};
63
64
modelFields = {'id',char();...
0 commit comments