Skip to content
GitLab
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
e61458a9
Commit
e61458a9
authored
Oct 24, 2018
by
Jesse Heckman
Browse files
update trial / block coutn
parent
a10ae900
Changes
1
Hide whitespace changes
Inline
Side-by-side
setups/vestibular chair/vPrime/core/pb_vRunExp.m
View file @
e61458a9
...
...
@@ -72,8 +72,8 @@ function pb_vRunExp(handles)
pb_vRunTrial
(
handles
.
cfg
,
stim
);
pb_vTraces
(
handles
);
handles
=
pb_vStoreData
(
handles
,
sig
);
handles
=
updateCount
(
handles
,
'trial'
,
'count'
);
handles
=
pb_vStoreData
(
handles
,
sig
);
handles
.
cfg
=
updateCount
(
handles
.
cfg
,
'trial'
,
'count'
);
toc
(
trialTime
)
end
...
...
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