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
21afc987
Commit
21afc987
authored
Apr 04, 2018
by
Jan-Gerrit Richter
Browse files
clean up sofa_install
parent
4314a6b3
Changes
1
Hide whitespace changes
Inline
Side-by-side
external_packages/sofa/itaFunctions/ita_sofa_install.m
View file @
21afc987
function
varargout
=
ita_sofa_install
(
varargin
)
%ITA_SOFA_INSTALL - +++
Short Description here
+++
% This function
++++ FILL IN INFO HERE +++
%ITA_SOFA_INSTALL - +++
Download and install the SOFA API
+++
% This function
will download and install the SOFA API
%
% Syntax:
%
audioObjOut = ita_sofa_install(audioObjIn, options)
%
ta_sofa_install
%
% Options (default):
% 'opt1' (defaultopt1) : description
% 'opt2' (defaultopt1) : description
% 'opt3' (defaultopt1) : description
%
% Example:
% audioObjOut = ita_sofa_install(audioObjIn)
%
% See also:
% ita_toolbox_gui, ita_read, ita_write, ita_generate
%
% Reference page in Help browser
% <a href="matlab:doc ita_sofa_install">doc ita_sofa_install</a>
...
...
@@ -30,7 +20,7 @@ function varargout = ita_sofa_install(varargin)
if
~
exist
([
'SOFAstart.m'
],
'file'
)
%
download NatNet version
%
the sofa link from github
url
=
'https://codeload.github.com/sofacoustics/API_MO/zip/master'
;
try
...
...
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