plotui/quickref.tex
author Nishanth <nishanth@fossee.in>
Mon, 18 Oct 2010 21:11:34 +0530
changeset 336 c77f7f5850dd
parent 321 2e49b1b72996
child 342 588b681e70c6
permissions -rw-r--r--
Merged

Creating a linear array:\\
{\ex \lstinline|    x = linspace(0, 2*pi, 50)|}

Plotting two variables:\\
{\ex \lstinline|    plot(x, sin(x))|}

Plotting two lists of equal length x, y:\\
{\ex \lstinline|    plot(x, y)|}