Difference between revisions of "User:Tkp6"

From PrattWiki
Jump to navigation Jump to search
 
Line 1: Line 1:
 
== About Me ==
 
== About Me ==
My name is Timesh Patel, but everyone calls me Timmy (tim-ee). I am currently and undecided major in the [[Pratt School of Engineering]] at [[Duke University]].
+
My name is Timesh Patel, but everyone calls me Timmy (tim-ee). I am currently and undecided major in the Pratt School of Engineering at Duke University.
 +
 
 +
== Grand Challenges for Engineering Article ==
 +
[http://www.northwestern.edu/newscenter/stories/2012/05/solid-state-solar-cell.html Taking Solar Technology Up a Notch] Northwestern University, updated 23 May 2012, accessed 10 September 2012 (Make Solar Energy more Economical)
 +
 
 +
 
 +
== MATLAB Demos ==
 +
My favorite demo was the minesweeper demo. Apart from being fun and demonstrating what cool things MATLAB is capable of, I really enjoyed looking at the xpbombs.m code. What this showed me was that even though I really couldn't understand the ui parts of the code, the logic used mostly if and elseifs with another function to determine what happens when a square is clicked which is what we are doing right now in class.

Revision as of 20:16, 10 September 2012

About Me

My name is Timesh Patel, but everyone calls me Timmy (tim-ee). I am currently and undecided major in the Pratt School of Engineering at Duke University.

Grand Challenges for Engineering Article

Taking Solar Technology Up a Notch Northwestern University, updated 23 May 2012, accessed 10 September 2012 (Make Solar Energy more Economical)


MATLAB Demos

My favorite demo was the minesweeper demo. Apart from being fun and demonstrating what cool things MATLAB is capable of, I really enjoyed looking at the xpbombs.m code. What this showed me was that even though I really couldn't understand the ui parts of the code, the logic used mostly if and elseifs with another function to determine what happens when a square is clicked which is what we are doing right now in class.