Difference between revisions of "User:Dennis.park"

From PrattWiki
Jump to navigation Jump to search
 
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
==About Me==
+
==AboutMe==
Probable majors: ECE, ME, CS
+
Probable majors: ECE, ME, CS<br>
High School: Seoul International School
+
Interests: Programming, Gaming, Soccer<br>
 +
High School: Seoul International School<br>
 
Class of 2016
 
Class of 2016
 +
 +
== Assignment2 ==
 +
'''nesteddemo.m''' (Programming Nested Functions @MATLAB 2012) <br>
 +
''makefcn(a,b,c,...)'' functions call to other functions by giving their handle(s) to a different function (a useful one being for instance an incrementer).  This drastically increases the functionality of the program as it allows sharing of data via parameters.  This feature is one familiar to programmers and engineers as it is essential for algorithms that need to evaluate or distribute complex data sets or perform independent operations on multiple workspaces.
 +
 +
== [[Grand Challenges for Engineering]] ==
 +
* [http://fhapgood.fastmail.fm/Engineering%20Brain.pdf  Reverse-Engineering the Brain], Fred Hapgood, updated July 2006, accessed 28 August 2012
 +
* [http://csis.org/files/media/csis/pubs/081208_securingcyberspace_44.pdf  Securing Cyberspace for the 44th Presidency], James A. Lewis, CSIS, updated 12 August 2008, accessed 29 August 2012

Latest revision as of 19:15, 9 September 2012

AboutMe

Probable majors: ECE, ME, CS
Interests: Programming, Gaming, Soccer
High School: Seoul International School
Class of 2016

Assignment2

nesteddemo.m (Programming Nested Functions @MATLAB 2012)
makefcn(a,b,c,...) functions call to other functions by giving their handle(s) to a different function (a useful one being for instance an incrementer). This drastically increases the functionality of the program as it allows sharing of data via parameters. This feature is one familiar to programmers and engineers as it is essential for algorithms that need to evaluate or distribute complex data sets or perform independent operations on multiple workspaces.

Grand Challenges for Engineering