<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#330000">
<div class="moz-cite-prefix">Can't you ask patran mesh to produce
well formated output?<br>
<br>
On 04/07/2012 14:53, computidoo wrote:<br>
</div>
<blockquote
cite="mid:300AE3014430B94EB16D93D3742BEEB3053025B9@EXS11.iai.co.il"
type="cite">
<meta http-equiv="Content-Type" content="text/html;
charset=ISO-8859-1">
<meta name="Generator" content="Microsoft Word 11 (filtered
medium)">
<!--[if !mso]>
<style>
v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style>
<![endif]-->
<div class="Section1" dir="RTL">
<p class="MsoNormal" dir="LTR"><font color="navy" face="Arial"
size="2"><span
style="font-size:10.0pt;font-family:Arial;color:navy">Like
this line(after it) I have around 500 lines so I read each
line<o:p></o:p></span></font></p>
<p class="MsoNormal" dir="LTR"><font color="navy" face="Arial"
size="2"><span
style="font-size:10.0pt;font-family:Arial;color:navy">And
save the relevant data
<o:p></o:p></span></font></p>
<p class="MsoNormal" dir="LTR"><font color="navy" face="Arial"
size="2"><span
style="font-size:10.0pt;font-family:Arial;color:navy">The
line came from patran mesh
<o:p></o:p></span></font></p>
<p class="MsoNormal" dir="LTR"><font color="navy" face="Arial"
size="2"><span
style="font-size:10.0pt;font-family:Arial;color:navy"><o:p> </o:p></span></font></p>
<div>
<div class="MsoNormal" dir="LTR" style="text-align:center"
align="center"><font face="Times New Roman" size="3"><span
style="font-size:12.0pt">
<hr tabindex="-1" align="center" size="2" width="100%">
</span></font></div>
<p class="MsoNormal" dir="LTR"><b><font face="Tahoma" size="2"><span
style="font-size:
10.0pt;font-family:Tahoma;font-weight:bold">From:</span></font></b><font
face="Tahoma" size="2"><span
style="font-size:10.0pt;font-family:Tahoma"> Adrien
Vogt-Schilb [via Scilab / Xcos - Mailing Lists Archives]
[<a class="moz-txt-link-freetext" href="mailto:ml-node+">mailto:ml-node+</a><a moz-do-not-send="true"
href="/user/SendEmail.jtp?type=node&node=4024502&i=0"
target="_top" rel="nofollow" link="external">[hidden
email]</a>]
<br>
<b><span style="font-weight:bold">Sent:</span></b>
Wednesday, July 04, 2012 1:58 PM<br>
<b><span style="font-weight:bold">To:</span></b>
Yehonatan Chattah<br>
<b><span style="font-weight:bold">Subject:</span></b>
Re: msscanf</span></font><o:p></o:p></p>
</div>
<p class="MsoNormal" dir="LTR"><font face="Times New Roman"
size="3"><span style="font-size:12.0pt"><o:p> </o:p></span></font></p>
<div>
<p class="MsoNormal" dir="LTR"><font face="Times New Roman"
size="3"><span style="font-size:12.0pt">On 04/07/2012
13:52, computidoo wrote:<o:p></o:p></span></font></p>
</div>
<blockquote style="border-left:2px solid #CCCCCC;padding:0 1em"
cite="mid:1341402768159-4024500.post@n3.nabble.com"
type="cite">
<pre dir="LTR" wrap=""><font face="Courier New" size="2"><span style="font-size:10.0pt">I have a line that i want to read<o:p></o:p></span></font></pre>
<pre dir="LTR"><font face="Courier New" size="2"><span style="font-size:10.0pt">GRID 1 05777.6319-69.400954.30913 0<o:p></o:p></span></font></pre>
<pre dir="LTR"><font face="Courier New" size="2"><span style="font-size:10.0pt">the problem is that the numbers are connected.<o:p></o:p></span></font></pre>
<pre dir="LTR"><font face="Courier New" size="2"><span style="font-size:10.0pt">(the line mean GRID 1 0 5777.6319 -69.4009 54.30913 0)<o:p></o:p></span></font></pre>
<pre dir="LTR"><font face="Courier New" size="2"><span style="font-size:10.0pt">I tried <o:p></o:p></span></font></pre>
<pre dir="LTR"><font face="Courier New" size="2"><span style="font-size:10.0pt">l=mgel(fid,1);<o:p></o:p></span></font></pre>
<pre dir="LTR"><font face="Courier New" size="2"><span style="font-size:10.0pt">Tline=msscanf(1,l,'%s %f %.4f %.4f %.4f %.0f);<o:p></o:p></span></font></pre>
<pre dir="LTR"><font face="Courier New" size="2"><span style="font-size:10.0pt">and i get an error<o:p></o:p></span></font></pre>
<pre dir="LTR"><font face="Courier New" size="2"><span style="font-size:10.0pt">BR<o:p></o:p></span></font></pre>
<pre dir="LTR"><font face="Courier New" size="2"><span style="font-size:10.0pt">computidoo<o:p></o:p></span></font></pre>
<pre dir="LTR"><font face="Courier New" size="2"><span style="font-size:10.0pt"><o:p> </o:p></span></font></pre>
<pre dir="LTR"><font face="Courier New" size="2"><span style="font-size:10.0pt"> <o:p></o:p></span></font></pre>
<pre dir="LTR"><font face="Courier New" size="2"><span style="font-size:10.0pt"><o:p> </o:p></span></font></pre>
</blockquote>
<p class="MsoNormal" dir="LTR" style="margin-bottom:12.0pt"><font
face="Times New Roman" size="3"><span
style="font-size:12.0pt">Where does the line come from?<br>
The problem should definitively be fixed upstream<br>
<br>
<o:p></o:p></span></font></p>
<div class="MsoNormal" dir="LTR" style="text-align:center"
align="center"><font face="Times New Roman" size="3"><span
style="font-size:12.0pt">
<hr align="center" color="#cccccc" noshade="noshade"
size="1" width="100%">
</span></font></div>
<div>
<div>
<p class="MsoNormal" dir="LTR"><b><font color="#444444"
face="Tahoma" size="1"><span
style="font-size:9.0pt;font-family:Tahoma;color:#444444;font-weight:bold">If
you reply to this email, your message will be added
to the discussion below:<o:p></o:p></span></font></b></p>
</div>
<p class="MsoNormal" dir="LTR"><font color="#444444"
face="Tahoma" size="1"><span
style="font-size:9.0pt;font-family:Tahoma;color:#444444"><a
moz-do-not-send="true"
href="http://mailinglists.scilab.org/msscanf-tp4024500p4024501.html"
target="_top" rel="nofollow" link="external">http://mailinglists.scilab.org/msscanf-tp4024500p4024501.html</a>
<o:p></o:p></span></font></p>
</div>
<div style="margin-top:4.8pt">
<p class="MsoNormal" dir="LTR" style="line-height:18.0pt"><font
color="#666666" face="Tahoma" size="1"><span
style="font-size:8.5pt;font-family:Tahoma;
color:#666666">To unsubscribe from msscanf,
<a moz-do-not-send="true" href="" target="_top"
rel="nofollow" link="external">
click here</a>.<br>
<a moz-do-not-send="true"
href="http://mailinglists.scilab.org/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml"
target="_top" rel="nofollow" link="external"><font
face="Times New Roman" size="1"><span
style="font-size:7.0pt;font-family:"Times New
Roman"">NAML</span></font></a>
<o:p></o:p></span></font></p>
</div>
</div>
<meta http-equiv="Content-Type" content="text/html;
charset=ISO-8859-1">
<div style="FONT-SIZE: 9pt; FONT-FAMILY: Courier New">***********************************************************************************************</div>
<div style="FONT-SIZE: 9pt; FONT-FAMILY: Courier New"> </div>
<div style="FONT-SIZE: 9pt; FONT-FAMILY: Courier New"><strong><font
size="3">
<font color="forestgreen">
<font size="2">Please consider the environment before
printing this emai</font>l</font>
</font></strong></div>
<div style="FONT-SIZE: 9pt; FONT-FAMILY: Courier New"> </div>
<div style="FONT-SIZE: 9pt; FONT-FAMILY: Courier New">The
information contained in this communication is proprietary to
Israel Aerospace Industries Ltd. and/or third parties, may
contain confidential or privileged information, and is intended
only for the use of the intended addressee thereof.</div>
<div style="FONT-SIZE: 9pt; FONT-FAMILY: Courier New">If you are
not the intended addressee, please be aware that any use,
disclosure, distribution and/or copying of this communication is
strictly prohibited. If you receive this communication in error,
please notify the sender immediately and delete it from your
computer. </div>
<div style="FONT-SIZE: 9pt; FONT-FAMILY: Courier New">Thank you.</div>
<br>
<hr align="left" width="300">
View this message in context: <a moz-do-not-send="true"
href="http://mailinglists.scilab.org/msscanf-tp4024500p4024502.html">RE:
msscanf</a><br>
Sent from the <a moz-do-not-send="true"
href="http://mailinglists.scilab.org/Scilab-users-Mailing-Lists-Archives-f2602246.html">Scilab
users - Mailing Lists Archives mailing list archive</a> at
Nabble.com.<br>
</blockquote>
<br>
<br>
</body>
</html>