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
044fb6ff
Commit
044fb6ff
authored
Dec 05, 2016
by
Josefa Oberem
Browse files
Ginput changed
parent
bd3313b1
Changes
1
Hide whitespace changes
Inline
Side-by-side
applications/ListeningTests/AuditorySelectiveAttention/ginput_job.m
View file @
044fb6ff
function
[
out1
,
out2
,
out3
]
=
ginput
(
arg1
)
function
[
out1
,
out2
,
out3
]
=
ginput
_job
(
arg1
)
%GINPUT Graphical input from mouse.
% [X,Y] = GINPUT(N) gets N points from the current axes and returns
% the X- and Y-coordinates in length N vectors X and Y. The cursor
...
...
@@ -72,7 +72,7 @@ else
how_many
=
-
1
;
b
=
[];
else
how_many
=
arg1
;
how_many
=
arg1
.
Number
;
b
=
[];
if
ischar
(
how_many
)
...
||
size
(
how_many
,
1
)
~=
1
||
size
(
how_many
,
2
)
~=
1
...
...
...
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