<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - answers and comments on Question, fprint command help</title>
    <link>http://www.mapleprimes.com/questions/124911-Fprint-Command-Help</link>
    <language>en-us</language>
    <copyright>2026 Maplesoft, A Division of Waterloo Maple Inc.</copyright>
    <generator>Maplesoft Document System</generator>
    <lastBuildDate>Sun, 14 Jun 2026 02:14:21 GMT</lastBuildDate>
    <pubDate>Sun, 14 Jun 2026 02:14:21 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, fprint command help</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, fprint command help</title>
      <link>http://www.mapleprimes.com/questions/124911-Fprint-Command-Help</link>
    </image>
    <item>
      <title>fprintf(fd,"%9.6f %9.6f    \n", li[i], sigma[i]);</title>
      <link>http://www.mapleprimes.com/questions/124911-Fprint-Command-Help?ref=Feed:MaplePrimes:fprint command help:Comments#answer124912</link>
      <itunes:summary>&lt;p&gt;restart:&lt;/p&gt;
&lt;p&gt;fd := fopen("C:/Users/acer/Desktop/mafem/ess.txt", WRITE);&lt;/p&gt;
&lt;p&gt;li:=&amp;lt;0.00001,0.0002,0.00003&amp;gt;;&lt;/p&gt;
&lt;p&gt;sigma:=&amp;lt;0.04,0.1,0.03&amp;gt;;&lt;/p&gt;
&lt;p&gt;for i from 1 to 3 do&lt;br&gt;fprintf(fd,"%9.6f %9.6f&amp;nbsp;&amp;nbsp;&amp;nbsp; \n", li[i], sigma[i]);&lt;br&gt;end do;&lt;/p&gt;
&lt;p&gt;fclose(fd):&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;restart:&lt;/p&gt;
&lt;p&gt;fd := fopen("C:/Users/acer/Desktop/mafem/ess.txt", WRITE);&lt;/p&gt;
&lt;p&gt;li:=&amp;lt;0.00001,0.0002,0.00003&amp;gt;;&lt;/p&gt;
&lt;p&gt;sigma:=&amp;lt;0.04,0.1,0.03&amp;gt;;&lt;/p&gt;
&lt;p&gt;for i from 1 to 3 do&lt;br&gt;fprintf(fd,"%9.6f %9.6f&amp;nbsp;&amp;nbsp;&amp;nbsp; \n", li[i], sigma[i]);&lt;br&gt;end do;&lt;/p&gt;
&lt;p&gt;fclose(fd):&lt;/p&gt;</description>
      <guid>124912</guid>
      <pubDate>Sat, 20 Aug 2011 02:21:59 Z</pubDate>
      <itunes:author>Kamel Boughrara</itunes:author>
      <author>Kamel Boughrara</author>
    </item>
    <item>
      <title>Re:</title>
      <link>http://www.mapleprimes.com/questions/124911-Fprint-Command-Help?ref=Feed:MaplePrimes:fprint command help:Comments#comment124942</link>
      <itunes:summary>&lt;p&gt;It seems to me if we have 100 data points then it will be a very tedious job to do.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Is it possible to just simply make changes in the following command to get the desired results.&lt;/p&gt;
&lt;p&gt;fprintf(fd,"%f %f&amp;nbsp;&amp;nbsp;&amp;nbsp; \n", li, sigmai);&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;It seems to me if we have 100 data points then it will be a very tedious job to do.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Is it possible to just simply make changes in the following command to get the desired results.&lt;/p&gt;
&lt;p&gt;fprintf(fd,"%f %f&amp;nbsp;&amp;nbsp;&amp;nbsp; \n", li, sigmai);&lt;/p&gt;</description>
      <guid>124942</guid>
      <pubDate>Sun, 21 Aug 2011 01:06:53 Z</pubDate>
      <itunes:author>kh2n</itunes:author>
      <author>kh2n</author>
    </item>
  </channel>
</rss>