<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body text="#330000" bgcolor="#FFFFFF">
<div class="moz-cite-prefix">Hi<br>
<br>
did you try strsplit ?<br>
<br>
On 07/03/2013 15:31, <a class="moz-txt-link-abbreviated" href="mailto:samuel.enibe@unn.edu.ng">samuel.enibe@unn.edu.ng</a> wrote:<br>
</div>
<blockquote cite="mid:5138a4c6.c455b40a.1127.ffffcb94@mx.google.com"
type="cite">
<pre wrap="">Dear sir,
Suppose I have the matrix shown below.
Names = ['samuel Ogbonna Enibe',
'James Peter';
'WIlson Stone Wilberforce Joshua';
'Moses'];
I would like to extract the matrix from Name into a new matrix Namenew such that the first words are placed in the first column, second words in the second column, third words in the third column, etc.
I know one solution is to save the data in a text file and extract it again using space as column separator.
What is the simpler way of creating my new matrix Namenew.
Samuel Enibe
Sent from my Nokia phone
_______________________________________________
users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:users@lists.scilab.org">users@lists.scilab.org</a>
<a class="moz-txt-link-freetext" href="http://lists.scilab.org/mailman/listinfo/users">http://lists.scilab.org/mailman/listinfo/users</a>
</pre>
</blockquote>
<br>
</body>
</html>