File:SPR-curve.png

From WikiProjectMed
Jump to navigation Jump to search

Original file(869 × 602 pixels, file size: 7 KB, MIME type: image/png)

This file is from a shared repository and may be used by other projects. The description on its file description page there is shown below.

Summary

Description Simulation of association and dissociation SPR signal using MATLAB software.
Date 26 June 2006 (original upload date)
Source No machine-readable source provided. Own work assumed (based on copyright claims).
Author No machine-readable author provided. Bye~commonswiki assumed (based on copyright claims).

MATLAB code

T=100;
for step=[1] %for step=[1 0.1 0.01]
    x=zeros(T,1);
for i=1:T+1
    if i<10
        x(i)=100;
    elseif i<50
        x(i)=(100*1.1^(10-i)-100)*(-1)+100;
    else
        x(i)=(100*1.03^(50-i))+98;
    end
end
plot([(0:T)*step],x,':',[(0:T)*step],x,'-');
hold on;
end

Licensing

Public domain I, the copyright holder of this work, release this work into the public domain. This applies worldwide.
In some countries this may not be legally possible; if so:
I grant anyone the right to use this work for any purpose, without any conditions, unless such conditions are required by law.

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts

26 June 2006

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current14:56, 26 June 2006Thumbnail for version as of 14:56, 26 June 2006869 × 602 (7 KB)commons>Bye~commonswikiSimulation of association and dissociation SPR signal using MATLAB software. ==MATLAB code== <pre> T=100; for step=[1] %for step=[1 0.1 0.01] x=zeros(T,1); for i=1:T+1 if i<10 x(i)=100; elseif i<50 x(i)=(100*1.1^(10-i)-100)*(-

There are no pages that use this file.