fitting multi-exponential decays to data collected in logarithmic bins
1 回表示 (過去 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 で Histograms についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!