Difference between revisions of "User:Bhl10"

From PrattWiki
Jump to navigation Jump to search
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
'''Grand Challenges for Engineering Article'''
+
'''Grand Challenges for Engineering Article:'''
 
[https://www.ncbi.nlm.nih.gov/pmc/articles/PMC1247398/ Global Nitrogen: Cycling out of Control], Scott Fields, Environmental Health Perspectives, July 2004, 21 September 2017 (Manage the Nitrogen Cycle)
 
[https://www.ncbi.nlm.nih.gov/pmc/articles/PMC1247398/ Global Nitrogen: Cycling out of Control], Scott Fields, Environmental Health Perspectives, July 2004, 21 September 2017 (Manage the Nitrogen Cycle)
  
'''My Favorite Matlab Demonstration'''
+
'''My Favorite Matlab Demonstration:'''
Here is my favorite Matlab demonstration and why
+
My favorite Matlab demonstration was "Viewing a Penny" because it highlights some of Matlab's more intricate graphic capabilities.  Here, the program uses numerical data about the surface of a penny to create a 3D plot of the penny. 
 +
The code employs multiple types of plotting, ultimately providing a good example about how different types of plotting can be combined to make more accurate images and showing the necessary code to construct such plots.  Since Matlab is often thought of as a more mathematically focused programming language, it is nice to see that it has graphic capabilities, as well.

Latest revision as of 05:29, 22 September 2017

Grand Challenges for Engineering Article: Global Nitrogen: Cycling out of Control, Scott Fields, Environmental Health Perspectives, July 2004, 21 September 2017 (Manage the Nitrogen Cycle)

My Favorite Matlab Demonstration: My favorite Matlab demonstration was "Viewing a Penny" because it highlights some of Matlab's more intricate graphic capabilities. Here, the program uses numerical data about the surface of a penny to create a 3D plot of the penny. The code employs multiple types of plotting, ultimately providing a good example about how different types of plotting can be combined to make more accurate images and showing the necessary code to construct such plots. Since Matlab is often thought of as a more mathematically focused programming language, it is nice to see that it has graphic capabilities, as well.