User:Cx15

From PrattWiki
Jump to navigation Jump to search

About me

I am currently a freshman at Duke University. I intended to major in ECE and CompSci/Econ.


Grand Challenges for Engineering article

Fusion Power: Will It Ever Come?, William E. Parkins, Science Magazine, updated 10 March 2006, accessed 15 September 2013 (Provide energy from fusion)


Favorite MATLAB demonstration

My favorite MATLAB demonstration is the one on Matrix Operations. It is the first time that I realize MATLAB is so powerful with so many fantastic built-in functions such as sort() which sorts a vector in ascending order (unless otherwise indicated), and as circshift(arr, x) which shift the array (assume it is 2-D) x column to the left with the very left column moved to the very right.