감동, 마음이 움직이는 것
[python] array의 원하는 column 추출하기 본문
Tips (Utility, Computer Language, and etc.)
[python] array의 원하는 column 추출하기
Struggler J. 2018. 1. 10. 19:13j-th column을 추출하고 싶다면
arr[:,j] 를 사용하면 된다.
'Tips (Utility, Computer Language, and etc.)' 카테고리의 다른 글
[gnuplot] constrast color set (0) | 2018.01.11 |
---|---|
[gnuplot] fitting script (0) | 2018.01.11 |
[gnuplot] error for color axis after log scale fitting (0) | 2018.01.05 |
[python] folder안의 file이름 읽어들이기 (0) | 2018.01.05 |
[python] array에서 특정 값을 가지는 위치 반환 np.where(condition) (0) | 2018.01.05 |