User:Justinhavas

From PrattWiki
Jump to navigation Jump to search

Large Hadron Collider Enables Hunt for 'God' Particles to Complete 'Theory of Everything', University of Washington, ScienceDaily, updated 29 May, 2008, accessed 4 February 2017 (Engineering Tools of Scientific Discovery)




My favorite demonstration on Matlab was the surface plot of peaks because it looks really cool and only needs three lines of code to execute. The three lines of code are z=peaks(25); surf(z); and colormap(jet);. It would be really awesome to apply this type of demonstration to one of our lab reports!