Back to the main page.
Bug 2628 - strsplit not found in Matlab2011b
| Status | CLOSED FIXED |
| Reported | 2014-06-30 11:11:00 +0200 |
| Modified | 2014-07-15 17:25:12 +0200 |
| Product: | FieldTrip |
| Component: | qsub |
| Version: | unspecified |
| Hardware: | PC |
| Operating System: | Windows |
| Importance: | P5 normal |
| Assigned to: | Robert Oostenveld |
| URL: | |
| Tags: | |
| Depends on: | |
| Blocks: | |
| See also: |
Cristiano - 2014-06-30 11:11:25 +0200
Dear FieldTrip friends, I am using parallel processing with Matlab2011b and I encountered the following bug in the function qsubcellfun: Error in qsubeval (line 486) result_words = strsplit(result); Which points to the fact that the function has not been found. I dug a useful patch out of the internet (BSD licence) that solves the problem for me, if I add it to the path: http://www.mathworks.de/matlabcentral/fileexchange/21710-string-toolkits/content/strings/strsplit.m Maybe a useful solution for users of Matlab versions previous to 2013? All the best, Cristiano
Robert Oostenveld - 2014-06-30 11:33:48 +0200
Hi Cristiano strsplit seems to do the same thing as the (much older) fieldtrip tokenize function is doing, i.e. cut a string on the basis of a delimiter. Thus I have replaced the call by tokenize. mac011> svn commit Sending qsubfeval.m Transmitting file data . Committed revision 9679. thanks for reporting Robert