q*******n 发帖数: 52 | 1 照着tutorial上的命令,
my_matrix:=READPRN("c:\temp\myfile.dat")
我把 .txt 文件改名为 .dat 文件, 好象是可以的.
但把 .excel 文件改名为 .dat 文件, 就有error, 说数据不对什么的.
不知道我的做法对不对? 如何才能读入 Excel data?
还有, 我改了 .txt file 的数据, F9, mathcad 读入的数据好象没有自动更新?
谢谢. | w*******d 发帖数: 3714 | 2 excel有自己的格式吧。你用excel另存为txt格式试试 | t*********1 发帖数: 18 | 3 In Mathcad, just go to Insert>Component... and select "File Read or Write" in the dialog box.
Then, make sure the "Read from a file" radio button is highlighted on the next screen.
Under the next screen, select "Excel" from the File Type drop-down, choose your saved Excel file with the Browse... button.
Click Ok and Mathcad inserts a File Read component into your worksheet. See how the component is on the right side of the := assigment operator? Now all you do is tell Mathcad what variable to | q*******n 发帖数: 52 | 4 thanks much!
【在 q*******n 的大作中提到】 : 照着tutorial上的命令, : my_matrix:=READPRN("c:\temp\myfile.dat") : 我把 .txt 文件改名为 .dat 文件, 好象是可以的. : 但把 .excel 文件改名为 .dat 文件, 就有error, 说数据不对什么的. : 不知道我的做法对不对? 如何才能读入 Excel data? : 还有, 我改了 .txt file 的数据, F9, mathcad 读入的数据好象没有自动更新? : 谢谢.
|
|