Answered step by step
Verified Expert Solution
Question
1 Approved Answer
In MATLAB: Ligands ( compounds that bind to specific molecules; for example, drugs, neurotransmitters, and hormones ) coming off of receptors obey exponential decay kinetics.
In MATLAB:
Ligands compounds that bind to specific molecules; for example, drugs, neurotransmitters, and hormones coming off of receptors obey exponential decay kinetics. Imagine receptors with ligands bound at an initial concentration micromolar or dissociating with a rate constant Using MATLAB, plot vs from to seconds for this situation.
First, make a time vector from to with time steps of Then use this time vector to define a concentration vector using the above equation. Use these two vectors to plot concentration as a function of time. Add and axis labels be sure to include units! and add a title that includes your name and the due date. If you get stuck on any step, try googling your problem to get an idea of what command to use and what the appropriate syntax is Don't overthink it The whole code should be lines. We require each line of code to have a comment! This will help you understand what each code line does and help whoever is grading your code realize what you are trying to accomplish.
Save the figure as a jpg and turn it in with the rest of your code.
Use this plot to study exponentials a bit. Use the "Data Tips" tool under the Tools tab at the top of the figure panel This may be called the "Cursor Tool" in Tolder versions of MATLAB You can now click on the curve and move along it using the arrow keys to read and values this is very handy. Figure out the halflife ie the time it takes for the concentration to fall to half of its initial value Use this halflife to calculate Use the rate constant to calculate Do these numbers agree?
Use the cursor tool in MATLAB to find the percent concentration remaining after time constant. What is the concentration after time constants? time constants? People often use time constants as a general rule for completion and time constants for completion. Do you see why?
Be sure to show all your work, including screen shots of any cursor tool measurements
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