Export data from mathematica script -
Export data from mathematica script -
i writing mathematica script , running in linux batch shell. script gives result list of numbers. write list file 1 single column without braces , commas. this, tried utilize export comand as
export["file.txt", a1, "table"]
but error:
export::infer: cannot infer format of file test1.txt
i tried other format got same error. please tell wrong , can do? give thanks beforehand
from understand trying export file in table, why don't seek ,
export["file.txt", a1, "text"]
wolfram-mathematica mathematica-8
Comments
Post a Comment