Commentaires récents

unknown
Brother ew! What’s that?

unknown
Nice quote! Are you 'unknown'?

Mike Matei
Next time somebody asks what am I doing in the bathroom, I am going to …

Tyler Durden
I think this is a perfect addition to my music and coffee while I wait …

Anonymous
You have issues, get help if you cannot fix it yourself.

Plus

esplin2966's citations

Tout citations

Anonymous - Programming Snippet #1
for ii = 100:-1:1 if mod(ii,2) == 1 'The number ',num2str(ii),' is an odd number.'; else 'The number ',num2str(ii),' is an even number.'; end end.