Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Jesse Heckman
pbtoolbox
Commits
a54659e1
Commit
a54659e1
authored
Oct 10, 2018
by
Jesse Heckman
Browse files
dbg
parent
7fe200f4
Changes
2
Hide whitespace changes
Inline
Side-by-side
setups/vestibular chair/vPrime/core/experiment/trial/pb_vRunTrial.m
View file @
a54659e1
function
pb_vRunTrial
(
handles
)
function
pb_vRunTrial
(
cfg
,
stim
)
% PB_VRUNTRIAL(HANDLES)
%
% PB_VRUNTRIAL(HANDLES) ...
...
...
setups/vestibular chair/vPrime/core/pb_vRunExp.m
View file @
a54659e1
...
...
@@ -50,8 +50,9 @@ function pb_vRunExp(handles)
stim
=
handles
.
block
(
iBlck
)
.
trial
(
iTrl
)
.
stim
;
handles
.
cfg
=
pb_vClearTrial
(
stim
,
handles
.
cfg
);
[
stim
,
cfg
]
=
pb_vSetupTrial
(
stim
,
handles
.
cfg
);
pb_vRunTrial
(
experiment
(
iTrial
));
[
stim
,
cfg
]
=
pb_vSetupTrial
(
stim
,
handles
.
cfg
);
pb_vRunTrial
(
handles
.
cfg
,
stim
);
% pb_trialclean(stim, cfg);
% pb_vFeedbackGUI(); %% <-- MAYBE NOT NECESSAIRY?
...
...
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