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
Archives
dmm
Commits
71f184e3
Commit
71f184e3
authored
Nov 06, 2014
by
Houtan Bastani
Browse files
remove spurious close all
parent
3e8d4136
Changes
1
Hide whitespace changes
Inline
Side-by-side
matlab/dmmgraphs.m
View file @
71f184e3
...
...
@@ -29,7 +29,6 @@ NHIST = 200; % to compute percentiles
% -------------------------------------------------------------------------
% Load metadata, priors, observations
close
all
fid
=
fopen
([
path
,
file
,
'.PRI'
]);
nt
=
str2double
(
fscanf
(
fid
,
'%s'
,
1
));
np
=
str2double
(
fscanf
(
fid
,
'%s'
,
1
));
...
...
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