Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Consider the ligand receptor equation as follows: [L]+[R]koffkon[LR] Using the code provided for Homework 02 as a guide, in MATLAB write code to perform Euler
Consider the ligand receptor equation as follows: [L]+[R]koffkon[LR] Using the code provided for Homework 02 as a guide, in MATLAB write code to perform Euler integration to solve for LR(t) over 10 s with a t of 0.001s with and without the assumption that [L]>>[RTot] (without the assumption [L] should now change with time) using the following parameters: kon=1/M/skoff=1/s[Rtot]=0.1M[Linit]=1M[LRinit]=0M Create a figure plotting with and without the assumption on the same figure. What does this show about the assumption? Create additional figures changing [Linit] to 0.1M and 10M. What does this show about the assumption? Each line of code should have a comment. Combine your code, all three figures, and your written responses in to one .pdf and submit via Canvas
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started