Difference between revisions of "User:Lucy Zhang"

From PrattWiki
Jump to navigation Jump to search
Line 1: Line 1:
  
[[File:Kyoukai01.jpg|thumb|left|alt=A cartoon centipede reads books and types on a laptop.|The Wikipede edits ''[[Myriapoda]]''.]]
+
[[File:TK.jpg|thumb|left|alt=Tokyo Ghoukl.|Tokyo Ghoul.]]
 
==About Me==
 
==About Me==
 
I am an avid anime fan who writes for the satire site [http://www.animemaru.com/author/dango_ramen/ Anime Maru]
 
I am an avid anime fan who writes for the satire site [http://www.animemaru.com/author/dango_ramen/ Anime Maru]

Revision as of 17:28, 29 August 2015

Tokyo Ghoukl.
Tokyo Ghoul.

About Me

I am an avid anime fan who writes for the satire site Anime Maru

Grand Challenges for Engineering Articles


Favorite MATLAB demo

My favorite MATLAB demonstration was the 2D Plots graphics demonstration. The information it taught was quite practical and straightforward, but critical to future uses of MATLAB. Simply knowing how to establish the x-values and y-values of a graph and labeling both axes already makes MATLAB extremely useful. The demonstration also explains specific graph types such as a bar plot of a bell shaped curve or a stairstep plot of a sine wave in greater detail, another critical bit of information that I will likely need to reference in the future. There is no excess of explanation, instead leaving the example code and result for the reader (me) to interpret. Considering how straightforward the code was, this was an optimal method of information demonstration.

It was also nice to see the code for 2d graphs utilize principles that I already learned, such as the start:step:end. In fact, drawing (or more accurately, coding) 2D graphs in MATLAB is so similar to what I'd normally type in a graphing calculator that it doesn't quite feel like a programming language like java or python (although, granted, in many other aspects they are very similar).