Difference between revisions of "User:NoZRag"
Jump to navigation
Jump to search
Line 4: | Line 4: | ||
==Grand Challenge Article== | ==Grand Challenge Article== | ||
+ | |||
[http://www.pbs.org/wgbh/nova/next/body/vr-therapy/ Healing Minds with Virtual Reality] , Christina Couch , PBS, 02 April 2015 , 22 September 2017 (Enhance Virtual Reality) | [http://www.pbs.org/wgbh/nova/next/body/vr-therapy/ Healing Minds with Virtual Reality] , Christina Couch , PBS, 02 April 2015 , 22 September 2017 (Enhance Virtual Reality) | ||
− | == | + | ==MATLAB Demonstration== |
+ | |||
+ | My favorite demonstration is the Programming and Scripts demonstration. I like it because it not only shows how to create a script, but also explains loops and conditional statements. Loops and conditional statements are very important with regards to writing efficient code; A loop allows you to execute the same lines of code multiple times without coding it that number of multiple times. |
Latest revision as of 22:03, 22 September 2017
About Me
My name is Miguel Rey Garzon and I am currently a freshman (Class of 2021). I am from Norwell, MA, a suburb south of Boston. My intended major is Electrical and Computer Engineering with a minor in Japanese.
Grand Challenge Article
Healing Minds with Virtual Reality , Christina Couch , PBS, 02 April 2015 , 22 September 2017 (Enhance Virtual Reality)
MATLAB Demonstration
My favorite demonstration is the Programming and Scripts demonstration. I like it because it not only shows how to create a script, but also explains loops and conditional statements. Loops and conditional statements are very important with regards to writing efficient code; A loop allows you to execute the same lines of code multiple times without coding it that number of multiple times.