<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Hello Celso,<br>
<br>
----- Message d'origine ----- <br>
De : Celso Co <br>
Date : 24/01/2010 16:58:
<blockquote
 cite="mid:6b5218251001240758w3dd707fbx1ba8d84d5d476fdb@mail.gmail.com"
 type="cite">Dear Samuel<br>
  <br>
  <p style="margin: 0in 0in 0pt;" class="MsoNormal"><font
 face="Times New Roman">You may try the following:</font></p>
  <p style="margin: 0in 0in 0pt;" class="MsoNormal"><font
 face="Times New Roman"><br>
  </font></p>
  <p style="margin: 0in 0in 0pt;" class="MsoNormal"><font
 face="Times New Roman">clear;</font></p>
  <p style="margin: 0in 0in 0pt;" class="MsoNormal"><font
 face="Times New Roman">sheets=readxls('test.xls')  //  test.xls is in
the directory path<br>
  </font></p>
  <p style="margin: 0in 0in 0pt;" class="MsoNormal"><font
 face="Times New Roman">s1=sheets(1)</font></p>
  <p style="margin: 0in 0in 0pt;" class="MsoNormal"><font
 face="Times New Roman">tday=s1(:,1)</font></p>
  <p style="margin: 0in 0in 0pt;" class="MsoNormal"><font
 face="Times New Roman">cls=s1(:,$)</font></p>
  <p style="margin: 0in 0in 0pt;" class="MsoNormal"><font
 face="Times New Roman">//mydata=[tday,cls]</font></p>
mydata=list(tday,cls)    // list is used instead of matrix variable<br>
  <br>
Regards,<br>
celso<br>
</blockquote>
Yes, the %l_c_l means that Sean tried to concatenate (c operator) 2
lists (l_ & _l)  with<br>
brackets, that is not (yet: see
<a class="moz-txt-link-freetext" href="http://bugzilla.scilab.org/show_bug.cgi?id=5608">http://bugzilla.scilab.org/show_bug.cgi?id=5608</a> ) supported. <br>
However, i am not sure that keeping his data as lists (or even list of
lists) makes sorting <br>
them easier.<br>
This is why i proposed to read them as matrices, instead of lists that
handling is not <br>
fully supported (e.g. gsort() applies to a matrix, not to a list).<br>
<br>
Regards<br>
Samuel<br>
<br>
</body>
</html>