Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Institute of Technical Acoustics (ITA)
toolbox
Commits
a1d54e79
Commit
a1d54e79
authored
Jan 25, 2017
by
Michael Kohnen
Browse files
Corrected metadata error in daffv17_convert_from_daffv15.m
parent
6ae17bf4
Changes
1
Hide whitespace changes
Inline
Side-by-side
applications/VirtualAcoustics/openDAFF/OpenDAFFv1.7/daffv17_convert_from_daffv15.m
View file @
a1d54e79
...
...
@@ -23,7 +23,7 @@ function [] = daffv17_convert_from_daffv15( daffv15_input_file_path, daffv17_out
metadata_field_names
=
fieldnames
(
metadata_v15
);
if
size
(
metadata_field_names
,
1
)
for
i
=
size
(
metadata_field_names
,
1
)
for
i
=
1
:
size
(
metadata_field_names
,
1
)
key
=
metadata_field_names
{
i
};
val
=
metadata_v15
.
(
key
);
if
isnumeric
(
val
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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