Difference between revisions of "User:Richrliu"

From PrattWiki
Jump to navigation Jump to search
 
Line 1: Line 1:
 +
 +
== Homework One: Grand Challenges of Engineering ==
 +
 +
 
[http://csis.org/publication/securing-cyberspace-through-public-private-partnerships Securing Cyberspace Through Public-Private Partnerships], Rachel Nyswander Thomas, Center for Strategic and International Studies, updated August 19, 2013, accessed September 14, 2013 (Securing Cyberspace)
 
[http://csis.org/publication/securing-cyberspace-through-public-private-partnerships Securing Cyberspace Through Public-Private Partnerships], Rachel Nyswander Thomas, Center for Strategic and International Studies, updated August 19, 2013, accessed September 14, 2013 (Securing Cyberspace)
  
Homework 2:
+
 
 +
== Homework 2: MATLAB Demonstrations ==
 +
 
 
My favorite MATLAB demonstration was ''Plotting Functions''. Plotting functions is a basic skill to have in not only engineering, but mathematics, statistics, and almost all the sciences. However, plotting functions in MATLAB is different than what one might think; instead of just inputting the function to plot, one has to first create a data set of data points (the x-axis) and then assign values to each x-value. It is also important to learn how to change the appearance of a line, especially for research. MATLAB has a variety of inbuilt functions to create different types of plots for all different purposes.
 
My favorite MATLAB demonstration was ''Plotting Functions''. Plotting functions is a basic skill to have in not only engineering, but mathematics, statistics, and almost all the sciences. However, plotting functions in MATLAB is different than what one might think; instead of just inputting the function to plot, one has to first create a data set of data points (the x-axis) and then assign values to each x-value. It is also important to learn how to change the appearance of a line, especially for research. MATLAB has a variety of inbuilt functions to create different types of plots for all different purposes.

Latest revision as of 21:45, 15 September 2013

Homework One: Grand Challenges of Engineering

Securing Cyberspace Through Public-Private Partnerships, Rachel Nyswander Thomas, Center for Strategic and International Studies, updated August 19, 2013, accessed September 14, 2013 (Securing Cyberspace)


Homework 2: MATLAB Demonstrations

My favorite MATLAB demonstration was Plotting Functions. Plotting functions is a basic skill to have in not only engineering, but mathematics, statistics, and almost all the sciences. However, plotting functions in MATLAB is different than what one might think; instead of just inputting the function to plot, one has to first create a data set of data points (the x-axis) and then assign values to each x-value. It is also important to learn how to change the appearance of a line, especially for research. MATLAB has a variety of inbuilt functions to create different types of plots for all different purposes.