fitting multi-exponential decays to data collected in logarithmic bins
조회 수: 6 (최근 30일)
이전 댓글 표시
Processes with multiple decay rate constants that are spread over several orders of magnitude are most conveniently depicted as histograms with logarithmic bins with on the y-axis either linear or square root amplitudes. How now to fit such histograms to a multi exponential function ? Thanks for any help !
댓글 수: 0
답변 (1개)
Matt Sprague
2018년 1월 11일
After displaying your histogram, the y-axis can be changed to logarithmic scale through this command
set(gca,'YScale','log')
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Particle & Nuclear Physics에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!