[問題] Manipulate 變數問題

看板Mathematica作者 (老千)時間10年前 (2014/11/12 17:24), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
大家好, 程式碼如下: test={}; Manipulate[ {test}, Button["add", {AppendTo[test,"#"]}], SaveDefinitions -> True ] 程式功能為按按鈕可增加#到test List中。 想請問我要如何保存test的資料? 例如我現在在按了按鈕3下, 所以test中會有三個#, 儲存檔案後再重新開啟, test就會被清空了, 我要用甚麼方法才能保存上一次 test的資料(三個#)? -- ※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 193.170.132.173 ※ 文章網址: http://www.ptt.cc/bbs/Mathematica/M.1415784299.A.BF3.html
文章代碼(AID): #1KOoThlp (Mathematica)
文章代碼(AID): #1KOoThlp (Mathematica)