감동, 마음이 움직이는 것

[mathematica] Importing data file in mathematica 본문

Tips (Utility, Computer Language, and etc.)

[mathematica] Importing data file in mathematica

Struggler J. 2018. 2. 21. 01:49

http://reference.wolfram.com/language/tutorial/ImportingAndExportingData.html


Import[ NotebookDirectory[] <>   "filename", "Table"]

그리고 나서 아래와 같이 원하는 영역만 뽑아낼 수 있다.


data = arr[[All, 2 ;; 3]]