<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">07.03.2013 20:31,
      <a class="moz-txt-link-abbreviated" href="mailto:samuel.enibe@unn.edu.ng">samuel.enibe@unn.edu.ng</a> пишет:<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>
    Hi.<br>
    I think you can use <b>strtok</b>.<br>
    <br>
    Stanislav<br>
  </body>
</html>