help > RE: Mismatched dimensions Error in Setup
Feb 27, 2020  09:02 PM | Alfonso Nieto-Castanon - Boston University
RE: Mismatched dimensions Error in Setup
Hi Hongru,

Sorry but for some reasons you seem not to have yet used the patch20200227.zip files. To double-check type :

edit conn_importbids

then look in line 26. The following is what you will find for each of the three versions of this file (the correct one that we want to use is the latest)

UNPATCHED:       select=cellfun('length',regexp(file_name,['^sub-',id]))>0;
PATCH20200226: select=cellfun('length',regexp(file_name,['^sub-',id,'(?!\d)']))>0;
PATCH20200227: select=cellfun('length',regexp(file_name,['^sub-',id,'$|^sub-',id,'_']))>0;

Hope this helps
Alfonso

Originally posted by Hongru Zhu:
Hi
Sorry for the mix up. This time I used the 3 m files in the patch20200227.zip.
Here I attached the logfile.txt and con_*.m.

>> which conn_importbids
D:\MATLAB\R2017b\toolbox\conn\conn_importbids.m
>> conn_checkdistributionfiles
spm @ D:\MATLAB\R2017b\toolbox\spm12
conn @ D:\MATLAB\R2017b\toolbox\conn


Thanks
Hongru

Threaded View

TitleAuthorDate
Hongru Zhu Feb 25, 2020
Hongru Zhu Feb 26, 2020
Alfonso Nieto-Castanon Feb 26, 2020
Hongru Zhu Feb 26, 2020
Alfonso Nieto-Castanon Feb 26, 2020
Hongru Zhu Feb 26, 2020
Alfonso Nieto-Castanon Feb 27, 2020
Hongru Zhu Feb 27, 2020
Alfonso Nieto-Castanon Feb 27, 2020
Hongru Zhu Feb 27, 2020
Alfonso Nieto-Castanon Feb 27, 2020
Hongru Zhu Feb 27, 2020
RE: Mismatched dimensions Error in Setup
Alfonso Nieto-Castanon Feb 27, 2020
Hongru Zhu Feb 28, 2020
Alfonso Nieto-Castanon Feb 26, 2020
Hongru Zhu Feb 26, 2020
Hongru Zhu Feb 26, 2020
Alfonso Nieto-Castanon Feb 26, 2020
Hongru Zhu Feb 26, 2020
Hongru Zhu Feb 26, 2020
Hongru Zhu Feb 26, 2020