Nociception and the Pain System: Difference between revisions
Jump to navigation
Jump to search
imported>Psych202 This is the summary |
imported>Psych202 No edit summary |
||
| Line 1: | Line 1: | ||
This is the main page. | This is the main page. | ||
First sentence.<ref> Fancy academic article </ref> | |||
<source lang="matlab"> | |||
%Matlab comment | |||
answer = 42; | |||
answer + 1 | |||
%% | |||
%Should be after break | |||
sprintf('%.5f',answer) | |||
</source> | |||
More normal words. | |||
== Notes == | |||
{{Reflist|2}} | |||
Revision as of 02:22, 31 May 2013
This is the main page.
First sentence.<ref> Fancy academic article </ref>
<source lang="matlab">
%Matlab comment
answer = 42; answer + 1
%% %Should be after break
sprintf('%.5f',answer)
</source>
More normal words.