Skip to content

Commit a8343dd

Browse files
committed
corrected dimension querry in set_stimulus function
1 parent 274288a commit a8343dd

File tree

3 files changed

+14
-11
lines changed

3 files changed

+14
-11
lines changed
6.2 KB
Binary file not shown.

Computational Neuroimaging Toolbox.prj

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22
<configuration file="/home/donatello/Code/CNI_toolbox/Computational Neuroimaging Toolbox.prj" location="/home/donatello/Code/CNI_toolbox" name="Computational Neuroimaging Toolbox" target="target.toolbox" target-name="Package Toolbox">
33
<param.appname>Computational Neuroimaging Toolbox</param.appname>
44
<param.authnamewatermark>Mario Senden</param.authnamewatermark>
5-
<param.email>mario.senden@maastricht university.nl</param.email>
5+
<param.email>mario.senden@maastrichtuniversity.nl</param.email>
66
<param.company />
77
<param.summary />
8-
<param.description />
9-
<param.screenshot />
10-
<param.version>1.0</param.version>
8+
<param.description>Toolbox for estimating input-referred models containing tools for Fourier analyses of phase-encoded stimuli, population receptive field mapping, estimating parameters of generic (user-defined) input-referred models as well as performing ridge regression.</param.description>
9+
<param.screenshot>${PROJECT_ROOT}/icon.png</param.screenshot>
10+
<param.version>1.01</param.version>
1111
<param.output>${PROJECT_ROOT}/Computational Neuroimaging Toolbox.mltbx</param.output>
1212
<param.products.name />
1313
<param.products.id />
1414
<param.products.version />
1515
<param.platforms />
16-
<param.guid>1d8825f4-752f-4f88-91d7-7cb39c7e922b</param.guid>
16+
<param.guid>64d4d129-6dae-4028-ada3-d89a5c3cc8b3</param.guid>
1717
<param.exclude.filters />
1818
<param.exclude.pcodedmfiles>true</param.exclude.pcodedmfiles>
1919
<param.examples />
@@ -25,6 +25,9 @@
2525
<param.matlabpath.excludes />
2626
<param.javaclasspath.excludes />
2727
<param.exported.on.package>false</param.exported.on.package>
28+
<param.required.addons />
29+
<param.matlab.project.id />
30+
<param.matlab.project.name />
2831
<param.release.start />
2932
<param.release.end />
3033
<param.release.current.only>false</param.release.current.only>
@@ -41,9 +44,6 @@
4144
<unset>
4245
<param.company />
4346
<param.summary />
44-
<param.description />
45-
<param.screenshot />
46-
<param.version />
4747
<param.output />
4848
<param.products.name />
4949
<param.products.id />
@@ -60,6 +60,9 @@
6060
<param.matlabpath.excludes />
6161
<param.javaclasspath.excludes />
6262
<param.exported.on.package />
63+
<param.required.addons />
64+
<param.matlab.project.id />
65+
<param.matlab.project.name />
6366
<param.release.start />
6467
<param.release.end />
6568
<param.release.current.only />
@@ -87,11 +90,11 @@
8790
<fileset.depfun.excluded />
8891
<fileset.package />
8992
<build-deliverables>
90-
<file location="/home/donatello/Code/CNI_toolbox" name="Computational Neuroimaging Toolbox.mltbx" optional="false">/home/donatello/Code/CNI_toolbox/Computational Neuroimaging Toolbox.mltbx</file>
93+
<file location="${PROJECT_ROOT}" name="Computational Neuroimaging Toolbox.mltbx" optional="false">/home/donatello/Code/CNI_toolbox/Computational Neuroimaging Toolbox.mltbx</file>
9194
</build-deliverables>
9295
<workflow />
9396
<matlab>
94-
<root>/usr/local/MATLAB/R2018b</root>
97+
<root>/usr/local/MATLAB/R2019a</root>
9598
<toolboxes>
9699
<toolbox name="matlabcoder" />
97100
<toolbox name="embeddedcoder" />
@@ -134,7 +137,7 @@
134137
<vista>false</vista>
135138
<linux>true</linux>
136139
<solaris>false</solaris>
137-
<osver>4.15.0-43-generic</osver>
140+
<osver>4.15.0-52-generic</osver>
138141
<os32>false</os32>
139142
<os64>true</os64>
140143
<arch>glnxa64</arch>
-12.8 KB
Binary file not shown.

0 commit comments

Comments
 (0)