(*     ファイルの入出力の練習              *)  
  (*     FileName: "ExFileInOut.nb"         *)  
  (*     Date:  2005/08/12        aito            *)  

(*  方法 1 : やや面倒 . テキスト形式として保存 . Open, Closeデ - タ数などの手続きが必要 . 書式を細かく設定可能 . *)
iend  ... bsp; (*  TXT形式ファイルの読み込み  *)
ListPlot[t2, PlotStyle -> {PointSize[0.02]}]

[Graphics:HTMLFiles/ExFileIO_2.gif]

- Graphics -

(*  方法 2 : 簡単 . CSV形式として保存 .  *)
iend2 = 20 ; 
t3 = Table[{i, i^2}, {i, 1, iend2}] ... bsp; (*  CSV形式ファイルの読み込み  *)
ListPlot[t4, PlotStyle -> {PointSize[0.02]}]

[Graphics:HTMLFiles/ExFileIO_5.gif]

- Graphics -


Created by Mathematica  (August 16, 2005) Valid XHTML 1.1!