Image:SPR-curve.png

From Wikipedia, the free encyclopedia

Wikimedia Commons logo This is a file from the Wikimedia Commons. The description on its description page there is shown below.
Commons is a freely licensed media file repository. You can help.

[edit] Summary

Simulation of association and dissociation SPR signal using MATLAB software.

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

[edit] Licensing

Public domain I, the copyright holder of this work, hereby release it into the public domain. This applies worldwide.

In case this is not legally possible:
I grant anyone the right to use this work for any purpose, without any conditions, unless such conditions are required by law.


Afrikaans | Alemannisch | Aragonés | العربية | Asturianu | Български | Català | Česky | Cymraeg | Dansk | Deutsch | Eʋegbe | Ελληνικά | English | Español | Esperanto | Euskara | Estremeñu | فارسی | Français | Galego | 한국어 | हिन्दी | Hrvatski | Ido | Bahasa Indonesia | Íslenska | Italiano | עברית | Kurdî / كوردی | Latina | Lietuvių | Latviešu | Magyar | Македонски | Bahasa Melayu | Nederlands | ‪Norsk (bokmål)‬ | ‪Norsk (nynorsk)‬ | 日本語 | Polski | Português | Ripoarisch | Română | Русский | Shqip | Slovenčina | Slovenščina | Српски / Srpski | Svenska | ไทย | Tagalog | Türkçe | Українська | Tiếng Việt | Walon | ‪中文(简体)‬ | ‪中文(繁體)‬ | zh-yue-hant | +/-

File history

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

Date/TimeDimensionsUserComment
current14:56, 26 June 2006869×602 (7 KB)Bye (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 pages on the English Wikipedia link to this file (pages on other projects are not listed):