User:Alice

From PrattWiki
Revision as of 17:15, 21 September 2017 by Alice (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

add a section to your Pratt Pundit user page describing which of the MATLAB demonstrations is your favorite and why.


My Favorite MATLAB demonstrations: 2-D Plots

MATLAB makes it easy to plot a function by using "plot" commend. After assigning the starting point, change in x value, and y function, for example, to plot a graph I simply commend "plot(x,y)." Labeling axes and giving a title is also simple. The commend for MATLAB to label axes is "label." For example, if I want to label my x axis