Fitting data from differential scanning calorimetry to the Lumry-Eryring equation
古いコメントを表示
Differential scanning calorimetry instruments produce (x,y) datasets where x = temperature (T) and y = heat capacity (Cp).
Instrument manufacturers typically provide software capable of processing data for transitions that are thermodynamically reversible but may not provide functions for thermodynamically irreversible transitions, such as the reversible unfolding followed by irreversible aggregation of large proteins. These irreversible non-two step processes may be evaluated using the Lumry-Eyring equation (see: Eqn (2), Piatek et al Biochem 48:11807-16, 2009 http://pubs.acs.org/doi/pdf/10.1021/bi900920k).
Which MATLAB products are needed to fit data to the Lumry-Eyring equation? Is the Curve Fitting Toolbox alone capable or are additional MATLAB modules required?
回答 (2 件)
Richard Willey
2011 年 3 月 24 日
0 投票
Hi William
I did a quick Internet search on "Lumry-Eyring". I found a lot of references to kinetic models. While the curves look pretty simply, I expect that there are some ODEs under the hood.
Optimization Toolbox is probably your best bet. Optimization Toolbox gives you fine grained control over the entire process. This will really come in handy if you need to link curve fitting to some kind of simulation.
regards,
Richard
Richard Willey
2011 年 3 月 25 日
0 投票
Much as I love Curve Fitting Toolbox, I think that this is a case where Optimization Tbx will suffice....
カテゴリ
ヘルプ センター および File Exchange で Get Started with Curve Fitting Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!