User:Dennis.park

From PrattWiki
Jump to navigation Jump to search

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