File:SPR-curve.png

Page contents not supported in other languages.
This is a file from the Wikimedia Commons
From Wikipedia, the free encyclopedia

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

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)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)*(-
The following pages on the English Wikipedia use this file (pages on other projects are not listed):

Global file usage

The following other wikis use this file: