[問題] 輸出時用[]取代{} ?

看板Mathematica作者 (jumba)時間10年前 (2014/11/25 13:58), 編輯推噓1(101)
留言2則, 1人參與, 最新討論串1/2 (看更多)
Mathematica是用大括號{}來包住list或array,能不能改成用方括號[] 呢? 我知道大多文字編緝都有"Replace All"的功能, 但想知道能不能直接用Mathematica處理。謝謝! 範例: 有一個array想要輸出成.txt檔, 指令如下: myTable = Table[{i, i^2}, {i, 1, 3}]; Export["test.txt", myTable] 輸出的檔案會是如下: {1, 1} {2, 4} {3, 9} 希望是: [1, 1], [2, 4], [3, 9] -- ※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 24.4.98.254 ※ 文章網址: http://www.ptt.cc/bbs/Mathematica/M.1416895130.A.FC4.html

11/26 15:27, , 1F
現在手邊沒有mathematica 試試看有沒有辦法打:
11/26 15:27, 1F

11/26 15:27, , 2F
FullForm[{}] FullForm[[]]
11/26 15:27, 2F
文章代碼(AID): #1KT1gQ_4 (Mathematica)
討論串 (同標題文章)
文章代碼(AID): #1KT1gQ_4 (Mathematica)