Additions:
[out1,out2,...] = [[Explode]](vect,splitvect,mode)
NB: splitting floats works, but precision will be lost
contains (a) wildcard(s). Each wilcard can match a single
item in the vector.
[NaN 46 74 12 35 64 13 21]
n2 = [[Explode]](n1,[12 nan nan 13],'variable');
[Inf 33 12 45 13 NaN 46 74]
[21]
Deletions:
contains (a) wildcard(s).
[NaN 46 74]
[ 21]
Additions:
"http://svn.berlios.de/svnroot/repos/osxptb/beta/Psychtoolbox/PsychOneliners/Explode.m">beta</a> | view WebSVN <a href=
"http://svn.berlios.de/wsvn/osxptb/trunk/Psychtoolbox/PsychOneliners/Explode.m?op=log">changelog</a> of trunk branch</span>
Deletions:
"http://svn.berlios.de/svnroot/repos/osxptb/beta/Psychtoolbox/PsychOneliners/Explode.m">beta</a> | view in <a href=
"http://svn.berlios.de/wsvn/osxptb/beta/Psychtoolbox/PsychOneliners/Explode.m?view=markup">WebSVN with changelog</a></span>
Additions:
outputcell = [[Explode]](vect,splitvect,mode)
s2 = [[Explode]](s1,'|'); or s2 = [[Explode]](s1,'|','fixed');
s2 = [[Explode]](s1,'f.f','variable'); % . means any character
n2 = [[Explode]](n1,[12 45]); of n2 = [[Explode]](s1,[12 45],'fixed');
n2 = [[Explode]](n1,12);
n2 = [[Explode]](n1,[12 nan 13],'variable');
"http://svn.berlios.de/wsvn/osxptb/beta/Psychtoolbox/PsychOneliners/Explode.m?view=markup">WebSVN with changelog</a></span>
Deletions:
outputcell = Explode(vect,splitvect,mode)
s2 = Explode(s1,'|'); or s2 = Explode(s1,'|','fixed');
s2 = Explode(s1,'f.f','variable'); % . means any character
n2 = Explode(n1,[12 45]); of n2 = Explode(s1,[12 45],'fixed');
n2 = Explode(n1,12);
n2 = Explode(n1,[12 nan 13],'variable');
"http://svn.berlios.de/viewcvs/osxptb/beta/Psychtoolbox/PsychOneliners/Explode.m?view=markup">WebSVN with changelog</a></span>
Additions:
===[[Explode]]===
outputcell = Explode(vect,splitvect,mode)
s2 = Explode(s1,'|'); or s2 = Explode(s1,'|','fixed');
s2 = Explode(s1,'f.f','variable'); % . means any character
n2 = Explode(n1,[12 45]); of n2 = Explode(s1,[12 45],'fixed');
n2 = Explode(n1,12);
n2 = Explode(n1,[12 nan 13],'variable');
<span style="float:left;">Path </span> <span class="counter">Retrieve current version of Explode.m from berliOS: <a href=
"http://svn.berlios.de/svnroot/repos/osxptb/beta/Psychtoolbox/PsychOneliners/Explode.m">beta</a> | view in <a href=
"http://svn.berlios.de/viewcvs/osxptb/beta/Psychtoolbox/PsychOneliners/Explode.m?view=markup">WebSVN with changelog</a></span>
<code>Psychtoolbox/PsychOneliners/Explode.m</code>
Deletions:
===[[explode]]===
outputcell = explode(vect,splitvect,mode)
s2 = explode(s1,'|'); or s2 = explode(s1,'|','fixed');
s2 = explode(s1,'f.f','variable'); % . means any character
n2 = explode(n1,[12 45]); of n2 = explode(s1,[12 45],'fixed');
n2 = explode(n1,12);
n2 = explode(n1,[12 nan 13],'variable');
<span style="float:left;">Path </span> <span class="counter">Retrieve current version of explode.m from berliOS: <a href=
"http://svn.berlios.de/svnroot/repos/osxptb/beta/Psychtoolbox/PsychOneliners/explode.m">beta</a> | view in <a href=
"http://svn.berlios.de/viewcvs/osxptb/beta/Psychtoolbox/PsychOneliners/explode.m?view=markup">WebSVN with changelog</a></span>
<code>Psychtoolbox/PsychOneliners/explode.m</code>