Docs @ Psychtoolbox Wiki : explode

Search PTB Function help:
homepsychtoolbox.orgpage updateslogin

Revision [14360]

Last edited on 2011-10-24 16:24:14 by DocBot
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]


Revision [13507]

Edited on 2010-12-06 12:15:31 by DocBot
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>


Revision [11528]

Edited on 2010-09-09 16:09:15 by DocBot
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>


Revision [9421]

Edited on 2009-02-21 09:30:11 by DocBot
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>


Revision [9344]

The oldest known version of this page was created on 2009-01-13 17:22:15 by DocBot
Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by WikkaWiki
Page was generated in 0.0225 seconds