감동, 마음이 움직이는 것
[gnuplot] 특정 파라메터 값만 출력하고 싶을 떄 본문
Tips (Utility, Computer Language, and etc.)
[gnuplot] 특정 파라메터 값만 출력하고 싶을 떄
Struggler J. 2017. 1. 4. 19:31예를 들어 피팅을 한 다음에 피팅 파라메터만 출력해서 저장하고 싶다.
f(x) = a*x**b
fit f(x) 'data.d' u 1:2 via a, b
set print "parameter.d"
print a, b
unset print
위와 같이 set print 를 사용하면 됩니다.
'Tips (Utility, Computer Language, and etc.)' 카테고리의 다른 글
[Latex] Table 열 길이 같게 만들기 혹은 길이 정해주기 (2) | 2017.01.15 |
---|---|
[TikZ] 개념적인 그림그리는 software (0) | 2017.01.05 |
[gnuplot] histogram data file에서 바로 binning해서그리기 + 결과 저장하기 (0) | 2017.01.04 |
[gnuplot] add value labels to the top of bars in a bar chart (0) | 2017.01.04 |
[gnuplot] change background color (0) | 2017.01.04 |