감동, 마음이 움직이는 것
[python] savetxt (numpty에 있는 함수로 list를 text로 저장할 때 사용가능) 본문
Tips (Utility, Computer Language, and etc.)
[python] savetxt (numpty에 있는 함수로 list를 text로 저장할 때 사용가능)
Struggler J. 2018. 11. 3. 00:53https://docs.scipy.org/doc/numpy/reference/generated/numpy.savetxt.html
https://stackoverflow.com/questions/3685265/how-to-write-a-multidimensional-array-to-a-text-file
np.savetxt(path, array, output format)
For example,
np.savetxt("file.txt", res, fmt="%.6f")
'Tips (Utility, Computer Language, and etc.)' 카테고리의 다른 글
[gnuplot] w boxes options (histogram 그릴 때 막대기 종류) (0) | 2018.11.03 |
---|---|
[gnuplot] std with filledcurve 편차 예쁘게 그리기 (0) | 2018.11.03 |
[Latex] \xrightarrow reaction rule 쓸 때 (0) | 2018.11.02 |
[mathematica] command에서 script 실행하기 (0) | 2018.10.18 |
[LaTex] Latex에서 로마자(Roman numer)표기하기 (0) | 2018.10.18 |