<font face="Default Sans Serif,Verdana,Arial,Helvetica,sans-serif" size="2">
<SPAN style="TEXT-TRANSFORM: none; BACKGROUND-COLOR: rgb(255,255,255); TEXT-INDENT: 0px; DISPLAY: inline !important; FONT: 13px verdana, helvetica, arial, sans-serif; WHITE-SPACE: normal; FLOAT: none; LETTER-SPACING: normal; COLOR: rgb(0,0,0); WORD-SPACING: 0px; -webkit-text-stroke-width: 0px">
Hi Paul,</SPAN><DIV style="TEXT-TRANSFORM: none; TEXT-INDENT: 0px; FONT: 13px verdana, helvetica, arial, sans-serif; WHITE-SPACE: normal; LETTER-SPACING: normal; COLOR: rgb(0,0,0); WORD-SPACING: 0px; -webkit-text-stroke-width: 0px">
<BR></DIV><DIV style="TEXT-TRANSFORM: none; TEXT-INDENT: 0px; FONT: 13px verdana, helvetica, arial, sans-serif; WHITE-SPACE: normal; LETTER-SPACING: normal; COLOR: rgb(0,0,0); WORD-SPACING: 0px; -webkit-text-stroke-width: 0px">
Suppose lines is a column vector of strings, each element being a meaningful line of your input file. Try</DIV>
<DIV style="TEXT-TRANSFORM: none; TEXT-INDENT: 0px; FONT: 13px verdana, helvetica, arial, sans-serif; WHITE-SPACE: normal; LETTER-SPACING: normal; COLOR: rgb(0,0,0); WORD-SPACING: 0px; -webkit-text-stroke-width: 0px">
m = [];</DIV><DIV style="TEXT-TRANSFORM: none; TEXT-INDENT: 0px; FONT: 13px verdana, helvetica, arial, sans-serif; WHITE-SPACE: normal; LETTER-SPACING: normal; COLOR: rgb(0,0,0); WORD-SPACING: 0px; -webkit-text-stroke-width: 0px">
[nl,nc] = lines;</DIV><DIV style="TEXT-TRANSFORM: none; TEXT-INDENT: 0px; FONT: 13px verdana, helvetica, arial, sans-serif; WHITE-SPACE: normal; LETTER-SPACING: normal; COLOR: rgb(0,0,0); WORD-SPACING: 0px; -webkit-text-stroke-width: 0px">
for i = 1:nl</DIV><DIV style="TEXT-TRANSFORM: none; TEXT-INDENT: 0px; FONT: 13px verdana, helvetica, arial, sans-serif; WHITE-SPACE: normal; LETTER-SPACING: normal; COLOR: rgb(0,0,0); WORD-SPACING: 0px; -webkit-text-stroke-width: 0px">
tks = tokens(lines(i));</DIV><DIV style="TEXT-TRANSFORM: none; TEXT-INDENT: 0px; FONT: 13px verdana, helvetica, arial, sans-serif; WHITE-SPACE: normal; LETTER-SPACING: normal; COLOR: rgb(0,0,0); WORD-SPACING: 0px; -webkit-text-stroke-width: 0px">
intValues = (eval(tks))'; // transpose in order to get a row</DIV>
<DIV style="TEXT-TRANSFORM: none; TEXT-INDENT: 0px; FONT: 13px verdana, helvetica, arial, sans-serif; WHITE-SPACE: normal; LETTER-SPACING: normal; COLOR: rgb(0,0,0); WORD-SPACING: 0px; -webkit-text-stroke-width: 0px">
m = [m;intValues];</DIV><DIV style="TEXT-TRANSFORM: none; TEXT-INDENT: 0px; FONT: 13px verdana, helvetica, arial, sans-serif; WHITE-SPACE: normal; LETTER-SPACING: normal; COLOR: rgb(0,0,0); WORD-SPACING: 0px; -webkit-text-stroke-width: 0px">
end</DIV><DIV style="TEXT-TRANSFORM: none; TEXT-INDENT: 0px; FONT: 13px verdana, helvetica, arial, sans-serif; WHITE-SPACE: normal; LETTER-SPACING: normal; COLOR: rgb(0,0,0); WORD-SPACING: 0px; -webkit-text-stroke-width: 0px">
<BR></DIV><DIV style="TEXT-TRANSFORM: none; TEXT-INDENT: 0px; FONT: 13px verdana, helvetica, arial, sans-serif; WHITE-SPACE: normal; LETTER-SPACING: normal; COLOR: rgb(0,0,0); WORD-SPACING: 0px; -webkit-text-stroke-width: 0px">
Hope it works.</DIV><DIV style="TEXT-TRANSFORM: none; TEXT-INDENT: 0px; FONT: 13px verdana, helvetica, arial, sans-serif; WHITE-SPACE: normal; LETTER-SPACING: normal; COLOR: rgb(0,0,0); WORD-SPACING: 0px; -webkit-text-stroke-width: 0px">
<BR></DIV><DIV style="TEXT-TRANSFORM: none; TEXT-INDENT: 0px; FONT: 13px verdana, helvetica, arial, sans-serif; WHITE-SPACE: normal; LETTER-SPACING: normal; COLOR: rgb(0,0,0); WORD-SPACING: 0px; -webkit-text-stroke-width: 0px">
Osvaldo</DIV><BR class=Apple-interchange-newline><BR><BR><FONT color=#990099>
-----"users" <users-bounces@lists.scilab.org> escreveu: -----</FONT>
<DIV style="PADDING-LEFT: 5px"><DIV style="BORDER-LEFT: black 2px solid; PADDING-LEFT: 5px; PADDING-RIGHT: 0px">
Para: "International users mailing list for Scilab." <users@lists.scilab.org><BR>
De: Adrien Vogt-Schilb <VOGT@CENTRE-CIRED.FR><BR>Enviado por: "users" <USERS-BOUNCES@LISTS.SCILAB.ORG>
<BR>Data: 21/10/2013 11:32 AM<BR>Assunto: Re: [Scilab-users] Matrix of characters conversion<BR>
<BR><!--Notes ACF<meta content="text/html; charset=utf8" http-equiv="Content-Type">-->
<DIV class=moz-cite-prefix>I would read the string matrix, trying to obtain a 1x1 string matrix (or at least a 1 column string matri, eg with csvRead)<BR>
<BR>then use <B>regexp </B>to replace several spaces by only one, i guess you have to replace " *" by "*" (without the quotes: replace [SPACE][STAR] by [SPACE])<BR>
<BR>then split the matrix where the single spaces are separtors with <B>
csvTextScan</B> <DIV class=refnamediv></DIV><BR><BR><BR>On 21/10/2013 09:02, Carrico, Paul wrote:<BR>
</DIV><BLOCKQUOTE cite=mid:55A12CBC06A8C9459DCE0BBEF8122FDC0BA9B10E@exchsrv.auxitrol.ad type="cite">
<!--Notes ACF<meta http-equiv="Content-Type" content="text/html; charset=utf8">-->
<DIV class=WordSection1><P class=MsoNormal><SPAN style="COLOR: #1f497d" lang=EN-US>
Dear Paul<?xml:namespace prefix = o /><o:p></o:p></SPAN></P><P class=MsoNormal>
<SPAN style="COLOR: #1f497d" lang=EN-US><o:p> </o:p></SPAN></P><P class=MsoNormal>
<SPAN style="COLOR: #1f497d" lang=EN-US>Yes, you’re right … it can be done easily under vi for example … but it remains a trick !<o:p>
</o:p></SPAN></P><P class=MsoNormal><SPAN style="COLOR: #1f497d" lang=EN-US>
<o:p> </o:p></SPAN></P><P class=MsoNormal><SPAN style="COLOR: #1f497d" lang=EN-US>
Is it out of Scilab scope to directly manage the number of spaces (as separator) ?<o:p>
</o:p></SPAN></P><P class=MsoNormal><SPAN style="COLOR: #1f497d" lang=EN-US>
<o:p> </o:p></SPAN></P><P class=MsoNormal><SPAN style="COLOR: #1f497d" lang=EN-US>
Paul<o:p></o:p></SPAN></P><P class=MsoNormal><SPAN lang=EN-US><o:p> </o:p>
</SPAN></P><DIV><DIV style="BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; PADDING-BOTTOM: 0cm; PADDING-LEFT: 0cm; PADDING-RIGHT: 0cm; BORDER-TOP: #b5c4df 1pt solid; BORDER-RIGHT: medium none; PADDING-TOP: 3pt">
<P class=MsoNormal><B><SPAN style="FONT-FAMILY: 'Tahoma','sans-serif'; COLOR: windowtext; FONT-SIZE: 10pt; mso-fareast-language: FR" lang=EN-US>
De :</SPAN></B><SPAN style="FONT-FAMILY: 'Tahoma','sans-serif'; COLOR: windowtext; FONT-SIZE: 10pt; mso-fareast-language: FR" lang=EN-US>
Paul BIGNIER [<A class=moz-txt-link-freetext href="mailto:paul.bignier@scilab-enterprises.com">
mailto:paul.bignier@scilab-enterprises.com</A>] <BR><B>Envoyé :</B>
lundi 21 octobre 2013 14:51<BR><B>À :</B> International </SPAN><SPAN style="FONT-FAMILY: 'Tahoma','sans-serif'; COLOR: windowtext; FONT-SIZE: 10pt; mso-fareast-language: FR">
users mailing list for Scilab.; Carrico, Paul<BR><B>Objet :</B> Re: [Scilab-users] Matrix of characters conversion<o:p>
</o:p></SPAN></P></DIV></DIV><P class=MsoNormal><o:p> </o:p></P><DIV>
<P class=MsoNormal>Dear Paul,<BR><BR>How about manually editing your file to standardize the spacing between the numbers?<BR>
<BR>For instance, using your editor's "Find and Replace" tool to replace two spaces " " with one space " " until you get only one space between each number?<BR>
<BR>Hope this helps,<BR>Have a good day,<BR>Paul.<BR><BR><BR>On 10/21/2013 02:29 PM, Carrico, Paul wrote:<o:p>
</o:p></P></DIV><BLOCKQUOTE style="MARGIN-TOP: 5pt; MARGIN-BOTTOM: 5pt">
<P class=MsoNormal><SPAN lang=EN-US>Dear All</SPAN><o:p></o:p></P><P class=MsoNormal>
<SPAN lang=EN-US> </SPAN><o:p></o:p></P><P class=MsoNormal><SPAN lang=EN-US>
How can I convert a matrix of characters into integers when the separator has different number of spaces ?</SPAN>
<o:p></o:p></P><P class=MsoNormal><SPAN lang=EN-US> </SPAN><o:p></o:p>
</P><P class=MsoNormal><SPAN lang=EN-US>The spaces come probably from a printf format such as : printf(“%10d\n”,var)</SPAN>
<o:p></o:p></P><P class=MsoNormal><SPAN lang=EN-US> </SPAN><o:p></o:p>
</P><DIV><FONT size=2 face="Default Monospace,Courier New,Courier,monospace">
<SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; FONT-SIZE: 11pt; mso-fareast-language: EN-US" lang=EN-US>
I ‘m currently using <B><U>csvTextScan</U></B> and I’ve some troubles/errors with <B>
<U>csvRead</U></B> …</SPAN><o:p></o:p></FONT></DIV><P class=MsoNormal>
<SPAN lang=EN-US> </SPAN><o:p></o:p></P><P class=MsoNormal><U><SPAN lang=EN-US>
Example</SPAN></U><SPAN lang=EN-US> :</SPAN><o:p></o:p></P><P class=MsoNormal>
<SPAN lang=EN-US>! 300006 12799 24678 17504 21558 212801 24680 17508 21560 !</SPAN>
<o:p></o:p></P><P class=MsoNormal><SPAN lang=EN-US> </SPAN><o:p></o:p>
</P><P class=MsoNormal><SPAN lang=EN-US>NB:</SPAN><o:p></o:p></P><P style="TEXT-INDENT: -18pt; mso-list: l0 level1 lfo2" class=MsoListParagraph>
<!--[if !supportLists]--><SPAN style="mso-list: Ignore">-<SPAN style="FONT: 7pt 'Times New Roman'">
</SPAN></SPAN><!--[endif]--><SPAN lang=EN-US>
I read first an ascii file</SPAN><o:p></o:p></P><P style="TEXT-INDENT: -18pt; mso-list: l0 level1 lfo2" class=MsoListParagraph>
<!--[if !supportLists]--><SPAN style="mso-list: Ignore">-<SPAN style="FONT: 7pt 'Times New Roman'">
</SPAN></SPAN><!--[endif]--><SPAN lang=EN-US>
I removed some specific lines directly in the matrix</SPAN><o:p></o:p></P>
<P style="TEXT-INDENT: -18pt; mso-list: l0 level1 lfo2" class=MsoListParagraph>
<!--[if !supportLists]--><SPAN style="mso-list: Ignore">-<SPAN style="FONT: 7pt 'Times New Roman'">
</SPAN></SPAN><!--[endif]--><SPAN lang=EN-US>
Then I’m trying to convert the matrix of characters into a matrix of intergers</SPAN>
<o:p></o:p></P><P class=MsoListParagraph><SPAN lang=EN-US> </SPAN>
<o:p></o:p></P><P class=MsoNormal><SPAN lang=EN-US>Thanks for any suggestion</SPAN>
<o:p></o:p></P><P class=MsoNormal><SPAN lang=EN-US> </SPAN><o:p></o:p>
</P><P class=MsoNormal><SPAN lang=EN-US>Paul</SPAN><o:p></o:p></P><P class=MsoNormal>
<SPAN lang=EN-US> </SPAN><o:p></o:p></P><P class=MsoNormal><SPAN lang=EN-US>
#########################################</SPAN><o:p></o:p></P><DIV><FONT size=2 face="Default Monospace,Courier New,Courier,monospace">
<SPAN style="FONT-FAMILY: 'Monospaced','serif'; FONT-SIZE: 14pt" lang=EN-US>
PATH_FILE </SPAN><SPAN style="FONT-FAMILY: 'Monospaced','serif'; COLOR: #5c5c5c; FONT-SIZE: 14pt" lang=EN-US>
=</SPAN><SPAN style="FONT-FAMILY: 'Monospaced','serif'; FONT-SIZE: 14pt" lang=EN-US>
</SPAN><SPAN style="FONT-FAMILY: 'Monospaced','serif'; COLOR: #32b9b9; FONT-SIZE: 14pt" lang=EN-US>
get_absolute_file_path</SPAN><SPAN style="FONT-FAMILY: 'Monospaced','serif'; COLOR: #4a55db; FONT-SIZE: 14pt" lang=EN-US>
(</SPAN><SPAN style="FONT-FAMILY: 'Monospaced','serif'; COLOR: rosybrown; FONT-SIZE: 14pt" lang=EN-US>
"lecture.sce"</SPAN><SPAN style="FONT-FAMILY: 'Monospaced','serif'; COLOR: #4a55db; FONT-SIZE: 14pt" lang=EN-US>
)</SPAN><SPAN style="FONT-FAMILY: 'Monospaced','serif'; FONT-SIZE: 14pt" lang=EN-US>
; </SPAN><o:p></o:p></FONT></DIV><DIV><FONT size=2 face="Default Monospace,Courier New,Courier,monospace">
<SPAN style="FONT-FAMILY: 'Monospaced','serif'; FONT-SIZE: 14pt" lang=EN-US>
FILE_NAME </SPAN><SPAN style="FONT-FAMILY: 'Monospaced','serif'; COLOR: #5c5c5c; FONT-SIZE: 14pt" lang=EN-US>
=</SPAN><SPAN style="FONT-FAMILY: 'Monospaced','serif'; FONT-SIZE: 14pt" lang=EN-US>
</SPAN><SPAN style="FONT-FAMILY: 'Monospaced','serif'; COLOR: rosybrown; FONT-SIZE: 14pt" lang=EN-US>
'topology_elem.rad'</SPAN><SPAN style="FONT-FAMILY: 'Monospaced','serif'; FONT-SIZE: 14pt" lang=EN-US>
;</SPAN><o:p></o:p></FONT></DIV><DIV><FONT size=2 face="Default Monospace,Courier New,Courier,monospace">
<SPAN style="FONT-FAMILY: 'Monospaced','serif'; FONT-SIZE: 14pt" lang=EN-US>
</SPAN><o:p></o:p></FONT></DIV><DIV><FONT size=2 face="Default Monospace,Courier New,Courier,monospace">
<SPAN style="FONT-FAMILY: 'Monospaced','serif'; COLOR: #32b9b9; FONT-SIZE: 14pt" lang=EN-US>
stacksize</SPAN><SPAN style="FONT-FAMILY: 'Monospaced','serif'; COLOR: #4a55db; FONT-SIZE: 14pt" lang=EN-US>
(</SPAN><SPAN style="FONT-FAMILY: 'Monospaced','serif'; COLOR: rosybrown; FONT-SIZE: 14pt" lang=EN-US>
'max'</SPAN><SPAN style="FONT-FAMILY: 'Monospaced','serif'; COLOR: #4a55db; FONT-SIZE: 14pt" lang=EN-US>
)</SPAN><SPAN style="FONT-FAMILY: 'Monospaced','serif'; FONT-SIZE: 14pt" lang=EN-US>
; </SPAN><o:p></o:p></FONT></DIV><DIV><FONT size=2 face="Default Monospace,Courier New,Courier,monospace">
<SPAN style="FONT-FAMILY: 'Monospaced','serif'; FONT-SIZE: 14pt" lang=EN-US>
M </SPAN><SPAN style="FONT-FAMILY: 'Monospaced','serif'; COLOR: #5c5c5c; FONT-SIZE: 14pt" lang=EN-US>
=</SPAN><SPAN style="FONT-FAMILY: 'Monospaced','serif'; FONT-SIZE: 14pt" lang=EN-US>
</SPAN><SPAN style="FONT-FAMILY: 'Monospaced','serif'; COLOR: #32b9b9; FONT-SIZE: 14pt" lang=EN-US>
mopen</SPAN><SPAN style="FONT-FAMILY: 'Monospaced','serif'; COLOR: #4a55db; FONT-SIZE: 14pt" lang=EN-US>
(</SPAN><SPAN style="FONT-FAMILY: 'Monospaced','serif'; FONT-SIZE: 14pt" lang=EN-US>
PATH_FILE </SPAN><SPAN style="FONT-FAMILY: 'Monospaced','serif'; COLOR: #5c5c5c; FONT-SIZE: 14pt" lang=EN-US>
+</SPAN><SPAN style="FONT-FAMILY: 'Monospaced','serif'; FONT-SIZE: 14pt" lang=EN-US>
</SPAN><SPAN style="FONT-FAMILY: 'Monospaced'; COLOR: rosybrown; FONT-SIZE: 14pt" lang=EN-US>
"/"</SPAN><SPAN style="FONT-FAMILY: 'Monospaced','serif'; FONT-SIZE: 14pt" lang=EN-US>
</SPAN><SPAN style="FONT-FAMILY: 'Monospaced','serif'; COLOR: #5c5c5c; FONT-SIZE: 14pt" lang=EN-US>
+</SPAN><SPAN style="FONT-FAMILY: 'Monospaced','serif'; FONT-SIZE: 14pt" lang=EN-US>
FILE_NAME,</SPAN><SPAN style="FONT-FAMILY: 'Monospaced','serif'; COLOR: rosybrown; FONT-SIZE: 14pt" lang=EN-US>
'r'</SPAN><SPAN style="FONT-FAMILY: 'Monospaced','serif'; COLOR: #4a55db; FONT-SIZE: 14pt" lang=EN-US>
)</SPAN><SPAN style="FONT-FAMILY: 'Monospaced','serif'; FONT-SIZE: 14pt" lang=EN-US>
;</SPAN><o:p></o:p></FONT></DIV><DIV><FONT size=2 face="Default Monospace,Courier New,Courier,monospace">
<SPAN style="FONT-FAMILY: 'Monospaced','serif'; FONT-SIZE: 14pt" lang=EN-US>
record </SPAN><SPAN style="FONT-FAMILY: 'Monospaced','serif'; COLOR: #5c5c5c; FONT-SIZE: 14pt" lang=EN-US>
=</SPAN><SPAN style="FONT-FAMILY: 'Monospaced','serif'; FONT-SIZE: 14pt" lang=EN-US>
</SPAN><SPAN style="FONT-FAMILY: 'Monospaced','serif'; COLOR: #32b9b9; FONT-SIZE: 14pt" lang=EN-US>
mgetl</SPAN><SPAN style="FONT-FAMILY: 'Monospaced','serif'; COLOR: #4a55db; FONT-SIZE: 14pt" lang=EN-US>
(</SPAN><SPAN style="FONT-FAMILY: 'Monospaced','serif'; FONT-SIZE: 14pt" lang=EN-US>
M</SPAN><SPAN style="FONT-FAMILY: 'Monospaced','serif'; COLOR: #4a55db; FONT-SIZE: 14pt" lang=EN-US>
)</SPAN><SPAN style="FONT-FAMILY: 'Monospaced','serif'; FONT-SIZE: 14pt" lang=EN-US>
;</SPAN><o:p></o:p></FONT></DIV><DIV><FONT size=2 face="Default Monospace,Courier New,Courier,monospace">
<SPAN style="FONT-FAMILY: 'Monospaced','serif'; COLOR: #4a55db; FONT-SIZE: 14pt" lang=EN-US>
[</SPAN><SPAN style="FONT-FAMILY: 'Monospaced','serif'; FONT-SIZE: 14pt" lang=EN-US>
nl,nc</SPAN><SPAN style="FONT-FAMILY: 'Monospaced','serif'; COLOR: #4a55db; FONT-SIZE: 14pt" lang=EN-US>
]</SPAN><SPAN style="FONT-FAMILY: 'Monospaced','serif'; FONT-SIZE: 14pt" lang=EN-US>
</SPAN><SPAN style="FONT-FAMILY: 'Monospaced','serif'; COLOR: #5c5c5c; FONT-SIZE: 14pt" lang=EN-US>
=</SPAN><SPAN style="FONT-FAMILY: 'Monospaced','serif'; FONT-SIZE: 14pt" lang=EN-US>
</SPAN><SPAN style="FONT-FAMILY: 'Monospaced','serif'; COLOR: #32b9b9; FONT-SIZE: 14pt" lang=EN-US>
size</SPAN><SPAN style="FONT-FAMILY: 'Monospaced','serif'; COLOR: #4a55db; FONT-SIZE: 14pt" lang=EN-US>
(</SPAN><SPAN style="FONT-FAMILY: 'Monospace! d','serif'; FONT-SIZE: 14pt" lang=EN-US>
record</SPAN><SPAN style="FONT-FAMILY: 'Monospaced','serif'; COLOR: #4a55db; FONT-SIZE: 14pt" lang=EN-US>
)</SPAN><SPAN style="FONT-FAMILY: 'Monospaced','serif'; FONT-SIZE: 14pt" lang=EN-US>
;</SPAN><o:p></o:p></FONT></DIV><DIV><FONT size=2 face="Default Monospace,Courier New,Courier,monospace">
<SPAN style="FONT-FAMILY: 'Monospaced','serif'; FONT-SIZE: 14pt" lang=EN-US>
</SPAN><o:p></o:p></FONT></DIV><DIV><FONT size=2 face="Default Monospace,Courier New,Courier,monospace">
<SPAN style="FONT-FAMILY: 'Monospaced','serif'; FONT-SIZE: 14pt" lang=EN-US>
nbre_elem </SPAN><SPAN style="FONT-FAMILY: 'Monospaced','serif'; COLOR: #5c5c5c; FONT-SIZE: 14pt" lang=EN-US>
=</SPAN><SPAN style="FONT-FAMILY: 'Monospaced','serif'; FONT-SIZE: 14pt" lang=EN-US>
</SPAN><SPAN style="FONT-FAMILY: 'Monospaced','serif'; COLOR: #4a55db; FONT-SIZE: 14pt" lang=EN-US>
(</SPAN><SPAN style="FONT-FAMILY: 'Monospaced','serif'; FONT-SIZE: 14pt" lang=EN-US>
nl </SPAN><SPAN style="FONT-FAMILY: 'Monospaced','serif'; COLOR: #5c5c5c; FONT-SIZE: 14pt" lang=EN-US>
/</SPAN><SPAN style="FONT-FAMILY: 'Monospaced','serif'; FONT-SIZE: 14pt" lang=EN-US>
</SPAN><SPAN style="FONT-FAMILY: 'Monospaced','serif'; COLOR: rosybrown; FONT-SIZE: 14pt" lang=EN-US>
3</SPAN><SPAN style="FONT-FAMILY: 'Monospaced',; COLOR: #4a55db; FONT-SIZE: 14pt" lang=EN-US>
)</SPAN><SPAN style="FONT-FAMILY: 'Monospaced','serif'; FONT-SIZE: 14pt" lang=EN-US>
;</SPAN><o:p></o:p></FONT></DIV><DIV><FONT size=2 face="Default Monospace,Courier New,Courier,monospace">
<SPAN style="FONT-FAMILY: 'Monospaced','serif'; FONT-SIZE: 14pt" lang=EN-US>
Nodes_char</SPAN><SPAN style="FONT-FAMILY: 'Monospaced','serif'; COLOR: #4a55db; FONT-SIZE: 14pt" lang=EN-US>
(</SPAN><SPAN style="FONT-FAMILY: 'Monospaced','serif'; COLOR: rosybrown; FONT-SIZE: 14pt" lang=EN-US>
1</SPAN><SPAN style="FONT-FAMILY: 'Monospaced','serif'; COLOR: #ffaa00; FONT-SIZE: 14pt" lang=EN-US>
:</SPAN><SPAN style="FONT-FAMILY: 'Monospaced','serif'; FONT-SIZE: 14pt" lang=EN-US>
nbre_elem</SPAN><SPAN style="FONT-FAMILY: 'Monospaced','serif'; COLOR: #4a55db; FONT-SIZE: 14pt" lang=EN-US>
)</SPAN><SPAN style="FONT-FAMILY: 'Monospaced','serif'; FONT-SIZE: 14pt" lang=EN-US>
</SPAN><SPAN style="FONT-FAMILY: 'Monospaced','serif'; COLOR: #5c5c5c; FONT-SIZE: 14pt" lang=EN-US>
=</SPAN><SPAN style="FONT-FAMILY: &qu; FONT-SIZE: 14pt" lang=EN-US> record</SPAN>
<SPAN style="FONT-FAMILY: 'Monospaced','serif'; COLOR: #4a55db; FONT-SIZE: 14pt" lang=EN-US>
(</SPAN><SPAN style="FONT-FAMILY: 'Monospaced','serif'; COLOR: rosybrown; FONT-SIZE: 14pt" lang=EN-US>
1</SPAN><SPAN style="FONT-FAMILY: 'Monospaced','serif'; FONT-SIZE: 14pt" lang=EN-US>
:</SPAN><SPAN style="FONT-FAMILY: 'Monospaced','serif'; COLOR: rosybrown; FONT-SIZE: 14pt" lang=EN-US>
3</SPAN><SPAN style="FONT-FAMILY: 'Monospaced','serif'; COLOR: #ffaa00; FONT-SIZE: 14pt" lang=EN-US>
:</SPAN><SPAN style="FONT-FAMILY: 'Monospaced','serif'; FONT-SIZE: 14pt" lang=EN-US>
nl</SPAN><SPAN style="FONT-FAMILY: 'Monospaced','serif'; COLOR: #4a55db; FONT-SIZE: 14pt" lang=EN-US>
)</SPAN><SPAN style="FONT-FAMILY: 'Monospaced','serif'; FONT-SIZE: 14pt" lang=EN-US>
;</SPAN><o:p></o:p></FONT></DIV><DIV><FONT size=2 face="Default Monospace,Courier New,Courier,monospace">
<SPAN style="FONT-FAMILY: 'Monospaced','serif'; FONT-SIZE: 14pt" lang=EN-US>
</SPAN><o:p></o:p></FONT></DIV><DIV><FONT size=2 face="Default Monospace,Courier New,Courier,monospace">
<I><SPAN style="FONT-FAMILY: 'Monospaced','serif'; COLOR: #64ae64; FONT-SIZE: 14pt">
// convert</SPAN></I><o:p></o:p></FONT></DIV><DIV><FONT size=2 face="Default Monospace,Courier New,Courier,monospace">
<SPAN style="FONT-FAMILY: 'Monospaced','serif'; FONT-SIZE: 14pt">Nodes </SPAN>
<SPAN style="FONT-FAMILY: 'Monospaced','serif'; COLOR: #5c5c5c; FONT-SIZE: 14pt">
=</SPAN><SPAN style="FONT-FAMILY: 'Monospaced','serif'; FONT-SIZE: 14pt">
</SPAN><SPAN style="FONT-FAMILY: 'Monospaced','serif'; COLOR: #32b9b9; FONT-SIZE: 14pt">
csvTextScan</SPAN><SPAN style="FONT-FAMILY: 'Monospaced','serif'; COLOR: #4a55db; FONT-SIZE: 14pt">
(</SPAN><SPAN style="FONT-FAMILY: 'Monospaced','serif'; FONT-SIZE: 14pt">
Nodes_char,</SPAN><SPAN style="FONT-FAMILY: 'Monospaced','serif'; COLOR: rosybrown; FONT-SIZE: 14pt">
" "</SPAN><SPAN style="FONT-FAMILY: 'Monospaced','serif'; COLOR: #4a55db; FONT-SIZE: 14pt">
)</SPAN><SPAN style="FONT-FAMILY: 'Monospaced','serif'; FONT-SIZE: 14pt">
; </SPAN><I><SPAN style="FONT-FAMILY: 'Monospaced','serif'; COLOR: #64ae64; font-s: 14.0pt">
// !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!</SPAN></I><o:p></o:p>
</FONT></DIV><DIV><FONT size=2 face="Default Monospace,Courier New,Courier,monospace">
<SPAN style="FONT-FAMILY: 'Monospaced','serif'; FONT-SIZE: 14pt"> </SPAN>
<o:p></o:p></FONT></DIV><DIV><FONT size=2 face="Default Monospace,Courier New,Courier,monospace">
<SPAN style="FONT-FAMILY: 'Monospaced','serif'; COLOR: #32b9b9; FONT-SIZE: 14pt" lang=EN-US>
mclose</SPAN><SPAN style="FONT-FAMILY: 'Monospaced','serif'; COLOR: #4a55db; FONT-SIZE: 14pt" lang=EN-US>
(</SPAN><SPAN style="FONT-FAMILY: 'Monospaced','serif'; FONT-SIZE: 14pt" lang=EN-US>
M</SPAN><SPAN style="FONT-FAMILY: 'Monospaced','serif'; COLOR: #4a55db; FONT-SIZE: 14pt" lang=EN-US>
)</SPAN><o:p></o:p></FONT></DIV><P class=MsoNormal><SPAN lang=EN-US> </SPAN>
<o:p></o:p></P><P class=MsoNormal><SPAN lang=EN-US> </SPAN><o:p></o:p>
</P><P class=MsoNormal><SPAN lang=EN-US> </SPAN><o:p></o:p></P><DIV>
<FONT size=2 face="Default Monospace,Courier New,Courier,monospace">--------------------------------------------------------------------------------<o:p>
</o:p></FONT></DIV><DIV><FONT size=2 face="Default Monospace,Courier New,Courier,monospace">
<o:p> </o:p></FONT></DIV><DIV><FONT size=2 face="Default Monospace,Courier New,Courier,monospace">
<o:p> </o:p></FONT></DIV><DIV><FONT size=2 face="Default Monospace,Courier New,Courier,monospace">
Le présent mail et ses pièces jointes sont confidentiels et destinés à la personne ou aux personnes visée(s) ci-dessus. Si vous avez reçu cet e-mail par erreur, veuillez contacter immédiatement l'expéditeur et effacer le message de votre système. Toute divulgation, copie ou distribution de cet e-mail est strictement interdite.<o:p>
</o:p></FONT></DIV><DIV><FONT size=2 face="Default Monospace,Courier New,Courier,monospace">
<o:p> </o:p></FONT></DIV><DIV><FONT size=2 face="Default Monospace,Courier New,Courier,monospace">
This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error, please contact the sender and delete the email from your system. If you are not the named addressee you should not disseminate, distribute or copy this email.<o:p>
</o:p></FONT></DIV><DIV><FONT size=2 face="Default Monospace,Courier New,Courier,monospace">
<o:p> </o:p></FONT></DIV><DIV><FONT size=2 face="Default Monospace,Courier New,Courier,monospace">
<o:p> </o:p></FONT></DIV><DIV><FONT size=2 face="Default Monospace,Courier New,Courier,monospace">
<o:p> </o:p></FONT></DIV><DIV><FONT size=2 face="Default Monospace,Courier New,Courier,monospace">
_______________________________________________<o:p></o:p></FONT></DIV>
<DIV><FONT size=2 face="Default Monospace,Courier New,Courier,monospace">
users mailing list<o:p></o:p></FONT></DIV><DIV><FONT size=2 face="Default Monospace,Courier New,Courier,monospace">
<A href="mailto:users@lists.scilab.org" moz-do-not-send="true">users@lists.scilab.org</A>
<o:p></o:p></FONT></DIV><DIV><FONT size=2 face="Default Monospace,Courier New,Courier,monospace">
<A href="http://lists.scilab.org/mailman/listinfo/users" moz-do-not-send="true">
http://lists.scilab.org/mailman/listinfo/users</A><o:p></o:p></FONT></DIV>
<DIV><FONT size=2 face="Default Monospace,Courier New,Courier,monospace">
<o:p> </o:p></FONT></DIV><DIV><FONT size=2 face="Default Monospace,Courier New,Courier,monospace">
<o:p> </o:p></FONT></DIV></BLOCKQUOTE><P class=MsoNormal><SPAN style="FONT-FAMILY: 'Times New Roman','serif'; FONT-SIZE: 12pt; mso-fareast-language: FR">
<BR><BR><BR><o:p></o:p></SPAN></P><DIV><FONT size=2 face="Default Monospace,Courier New,Courier,monospace">
-- <o:p></o:p></FONT></DIV><DIV><FONT size=2 face="Default Monospace,Courier New,Courier,monospace">
Paul BIGNIER<o:p></o:p></FONT></DIV><DIV><FONT size=2 face="Default Monospace,Courier New,Courier,monospace">
Scilab Engineer & Xcos Developer<o:p></o:p></FONT></DIV><DIV><FONT size=2 face="Default Monospace,Courier New,Courier,monospace">
-----------------------------------------------------------<o:p></o:p></FONT>
</DIV><DIV><FONT size=2 face="Default Monospace,Courier New,Courier,monospace">
Scilab Enterprises<o:p></o:p></FONT></DIV><DIV><FONT size=2 face="Default Monospace,Courier New,Courier,monospace">
143bis rue Yves Le Coz - 78000 Versailles, France<o:p></o:p></FONT></DIV>
<DIV><FONT size=2 face="Default Monospace,Courier New,Courier,monospace">
Phone: +33.1.80.77.04.69<o:p></o:p></FONT></DIV><DIV><FONT size=2 face="Default Monospace,Courier New,Courier,monospace">
<A href="http://www.scilab-enterprises.com/" moz-do-not-send="true">http://www.scilab-enterprises.com</A>
<o:p></o:p></FONT></DIV></DIV><DIV><FONT size=2 face="Default Monospace,Courier New,Courier,monospace">
--------------------------------------------------------------------------------<BR>
<BR><BR>Le présent mail et ses pièces jointes sont confidentiels et destinés à la personne ou aux personnes visée(s) ci-dessus. Si vous avez reçu cet e-mail par erreur, veuillez contacter immédiatement l'expéditeur et effacer le message de votre système. Toute divulgation, copie ou distribution de cet e-mail est strictement interdite.<BR>
<BR>This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error, please contact the sender and delete the email from your system. If you are not the named addressee you should not disseminate, distribute or copy this email.<BR>
<BR><BR><BR><FIELDSET class=mimeAttachmentHeader></FIELDSET><BR><DIV><FONT size=2 face="Default Monospace,Courier New,Courier,monospace">
_______________________________________________<BR>users mailing list<BR>
<A class=moz-txt-link-abbreviated href="mailto:users@lists.scilab.org">
users@lists.scilab.org</A><BR><A class=moz-txt-link-freetext href="http://lists.scilab.org/mailman/listinfo/users">
http://lists.scilab.org/mailman/listinfo/users</A><BR></FONT></DIV><BR>
<BR></FONT></DIV></BLOCKQUOTE><BR><BR><DIV><FONT size=2 face="Default Monospace,Courier New,Courier,monospace">
-- <BR>Adrien Vogt-Schilb<BR>PhD Student (Cired) and Consultant (The World Bank)<BR>
1 202 473 79 80</FONT></DIV><DIV><FONT size=2 face="Default Monospace,Courier New,Courier,monospace">
_______________________________________________<BR>users mailing list<BR>
users@lists.scilab.org<BR><A href="http://lists.scilab.org/mailman/listinfo/users">
http://lists.scilab.org/mailman/listinfo/users</A><BR></FONT></DIV></DIV>
</DIV><DIV></DIV></font>