From: Fraser Dickson on 30 Jul 2010 12:56 Hi i have a large string with around 5000 characters is there a way that i can find a particular word in this this string and tell me its position within the string Thanks
From: Sean on 30 Jul 2010 13:05 "Fraser Dickson" <fraser.dickson(a)gmail.com> wrote in message <i2v074$b72$1(a)fred.mathworks.com>... > Hi i have a large string with around 5000 characters is there a way that i can find a particular word in this this string and tell me its position within the string > > Thanks strfind('lots of words! Look another word','word')
From: Walter Roberson on 30 Jul 2010 13:12 Fraser Dickson wrote: > Hi i have a large string with around 5000 characters is there a way > that i can find a particular word in this this string and tell me its > position within the string strfind()
|
Pages: 1 Prev: Controlling Multi-processing in MATLAB Next: One pixel line length |