help
help > RE: error loading conn
Jul 24, 2015 07:07 PM | Alfonso Nieto-Castanon - Boston University
RE: error loading conn
Hi Shaheen,
Sorry about this error. Until I implement a proper patch, you can fix this error on your machine by editing the file conn.m and looking for the line that reads
if str2num(datestr(version('-date'),'yyyy'))>=2008
and simply changing it to
if str2num(datestr(version('-date'),'yyyy'))>2008
In general we are "officially" supporting Matlab versions 7.7 (2008b) and above up to 8.5 (2015a), which simply means that we perform our testing in those versions, but we try to accomodate older versions as well (although we typically depend on users feedback to catch errors in those older versions). In any way, if you prefer not to have to edit the conn.m file yourself I will be posting in this thread a patch for this error condition hopefully later today.
Hope this helps
Alfonso
Originally posted by Shaheen Ahmed:
Sorry about this error. Until I implement a proper patch, you can fix this error on your machine by editing the file conn.m and looking for the line that reads
if str2num(datestr(version('-date'),'yyyy'))>=2008
and simply changing it to
if str2num(datestr(version('-date'),'yyyy'))>2008
In general we are "officially" supporting Matlab versions 7.7 (2008b) and above up to 8.5 (2015a), which simply means that we perform our testing in those versions, but we try to accomodate older versions as well (although we typically depend on users feedback to catch errors in those older versions). In any way, if you prefer not to have to edit the conn.m file yourself I will be posting in this thread a patch for this error condition hopefully later today.
Hope this helps
Alfonso
Originally posted by Shaheen Ahmed:
Hi Alfonso,
When i type conn in the MATLAB window it gives error
>> conn
??? Error using ==> getReport
Too many input arguments.
Error in ==> conn at 5046
str=regexprep(char(getReport(me,'basic','hyperlinks','off')),'[\t ]+',' ');
I am using MATLAB version of 2008a. It was working fine earlier, don't know whats the issue?
Please advice.
Thanks,
Shaheen
When i type conn in the MATLAB window it gives error
>> conn
??? Error using ==> getReport
Too many input arguments.
Error in ==> conn at 5046
str=regexprep(char(getReport(me,'basic','hyperlinks','off')),'[\t ]+',' ');
I am using MATLAB version of 2008a. It was working fine earlier, don't know whats the issue?
Please advice.
Thanks,
Shaheen
Threaded View
| Title | Author | Date |
|---|---|---|
| Shaheen Ahmed | Jul 21, 2015 | |
| Alfonso Nieto-Castanon | Jul 24, 2015 | |
