감동, 마음이 움직이는 것
[mathematica] data (matrix form) extract partial col and row + Import 본문
Tips (Utility, Computer Language, and etc.)
[mathematica] data (matrix form) extract partial col and row + Import
Struggler J. 2017. 12. 13. 07:11Extract: http://reference.wolfram.com/language/howto/GetPartsOfAMatrix.html
res = data[[All, 2 ;; 3]]; (*all row & 2-3 col*)
Import: http://reference.wolfram.com/language/tutorial/ImportingAndExportingFiles.html
'Tips (Utility, Computer Language, and etc.)' 카테고리의 다른 글
[python] list의 특정 성분 삭제하기: list.pop(idx) (0) | 2017.12.14 |
---|---|
[python] binning numpy (histogram) (0) | 2017.12.13 |
[command] Argument list too long error for rm, cp, mv commands (0) | 2017.12.06 |
[scp] password없이 scp사용하기 (0) | 2017.12.06 |
[rsync] scp without replacing existing files in the destination (0) | 2017.12.06 |