Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dóra Kocsis
dynare
Commits
34b3b94c
Commit
34b3b94c
authored
Sep 26, 2013
by
Houtan Bastani
Browse files
reporting: series: tableRowColor add missing check
parent
a9eb95ff
Changes
1
Hide whitespace changes
Inline
Side-by-side
matlab/reports/@series/write.m
View file @
34b3b94c
...
...
@@ -45,6 +45,7 @@ end
assert
(
ischar
(
o
.
tableNegColor
),
'@series.write: tableNegColor must be a string'
);
assert
(
ischar
(
o
.
tablePosColor
),
'@series.write: tablePosColor must be a string'
);
assert
(
ischar
(
o
.
tableRowColor
),
'@series.write: tableRowColor must be a string'
);
assert
(
islogical
(
o
.
tableShowMarkers
),
'@series.write: tableShowMarkers must be true or false'
);
assert
(
islogical
(
o
.
tableAlignRight
),
'@series.write: tableAlignRight must be true or false'
);
assert
(
isfloat
(
o
.
tableMarkerLimit
),
'@series,write: tableMarkerLimit must be a float'
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment