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
1351627b
Commit
1351627b
authored
Nov 19, 2018
by
Jesse Heckman
Browse files
new changes
parent
f928c842
Changes
2
Hide whitespace changes
Inline
Side-by-side
setups/vestibular chair/vPrime/experiment/pb_vWriteBlock.m
View file @
1351627b
...
...
@@ -6,7 +6,12 @@ function pb_vWriteBlock()
% See also ...
% PBToolbox (2018): JJH: j.heckman@donders.ru.nl
if
nargin
<
2
;
trlIdx
=
0
;
end
fprintf
(
fid
,
'\n'
);
fprintf
(
fid
,
'%s\n'
,[
'% Trial: '
num2str
(
trlIdx
)]);
fprintf
(
fid
,
'%s\n'
,
'==>'
);
end
...
...
setups/vestibular chair/vPrime/experiment/pb_vWriteTrial.m
View file @
1351627b
...
...
@@ -3,7 +3,7 @@ function pb_vWriteTrial(fid,trlIdx)
%
% PB_VWRITETRIAL(fid, trlIdx) writes trial announcement in expfile.
%
% See also PB_VGENVISEXP
% See also PB_VGENVISEXP
, PB_VWRITEBLOCK
% PBToolbox (2018): JJH: j.heckman@donders.ru.nl
...
...
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