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
0d300434
Commit
0d300434
authored
Dec 04, 2017
by
Jan-Gerrit Richter
Browse files
open fullscreen figure on itaHRTF
parent
8c882fb6
Changes
1
Hide whitespace changes
Inline
Side-by-side
applications/Binaural-HRTF/HRTF_class/@itaHRTF/itaHRTF.m
View file @
0d300434
...
...
@@ -817,7 +817,7 @@ classdef itaHRTF < itaAudio
if
~
(
~
isempty
(
unused
)
&&
find
(
strcmp
(
unused
,
'parent'
)))
position
=
get
(
0
,
'ScreenSize'
);
figure
(
'
P
osition'
,[
1
0
5
0
position
(
3
:
4
)
*
0.85
]);
figure
(
'
units'
,
'normalized'
,
'outerp
osition'
,[
0
0
1
1
]);
end
if
sArgs
.
log
freqData_dB
=
this
.
getEar
(
sArgs
.
earSide
)
.
freqData_dB
;
...
...
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