Fitting data from differential scanning calorimetry to the Lumry-Eryring equation
16 views (last 30 days)
Show older comments
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?
0 Comments
Answers (2)
Richard Willey
on 24 Mar 2011
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
on 25 Mar 2011
Much as I love Curve Fitting Toolbox, I think that this is a case where Optimization Tbx will suffice....
0 Comments
See Also
Categories
Find more on Get Started with Curve Fitting Toolbox in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!