Quantcast
Channel: MATLAB Central Newsreader Recent Posts
Viewing all articles
Browse latest Browse all 19628

Re: How to use Split function in Matlab.

$
0
0


"sujayandra vaddagiri" <suji248@gmail.com> wrote in message
news:kps2it$mmr$1@newscl01ah.mathworks.com...
> Hi,
>
> I have a String '1-1'
> I want to split this into two separate strings like [1] , [1] . Can anyone
> throw some light on how to use split function..?

C = strsplit('1-1', '-')

--
Steve Lord
slord@mathworks.com
To contact Technical Support use the Contact Us link on
http://www.mathworks.com

Viewing all articles
Browse latest Browse all 19628

Trending Articles