File:SPR-curve.png

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search

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

Captions

Captions

Add a one-line explanation of what this file represents

Summary

[edit]
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

[edit]
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

[edit]
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.

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)Bye~commonswiki (talk | contribs)Simulation 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)*(-

The following 2 pages use this file:

File usage on other wikis

The following other wikis use this file: