Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Jesse Heckman
pbtoolbox
Commits
945491b4
Commit
945491b4
authored
May 07, 2019
by
Jesse Heckman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
minor fix runLSL
parent
b2e62767
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
setups/vestibular chair/vPrime/core/experiment/data/pb_vStoreData.m
...tibular chair/vPrime/core/experiment/data/pb_vStoreData.m
+2
-2
No files found.
setups/vestibular chair/vPrime/core/experiment/data/pb_vStoreData.m
View file @
945491b4
function
pb_vStoreData
(
h
,
dat
,
bn
,
str
)
% PB_VSTOREBLOCKDAT
%
% PB_VSTOREBLOCKDAT(cfg,
D
at) stores 'Dat' Data in files.
% PB_VSTOREBLOCKDAT(cfg,
d
at) stores 'Dat' Data in files.
%
% See also PB_VRUNEXP
...
...
@@ -16,7 +16,7 @@ function pb_vStoreData(h, dat, bn, str)
[
~
,
fn
]
=
pb_fext
(
cfg
.
fname
);
file
=
[
cfg
.
dname
filesep
'block_info_'
fn
'.mat'
];
save
(
file
,
'
D
at'
);
save
(
file
,
'
d
at'
);
end
% % % % % % % % % % % % % % % % % % % % % % % % % % % % % % %
...
...
Write
Preview
Markdown
is supported
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