conditionals/quickref.tex
changeset 324 4054b1a6392d
parent 315 7944a4504769
child 439 b437ff7def95
equal deleted inserted replaced
323:e675f9208b91 324:4054b1a6392d
       
     1 Creating a linear array:\\
       
     2 {\ex \lstinline|    x = linspace(0, 2*pi, 50)|}
       
     3 
       
     4 Plotting two variables:\\
       
     5 {\ex \lstinline|    plot(x, sin(x))|}
       
     6 
       
     7 Plotting two lists of equal length x, y:\\
       
     8 {\ex \lstinline|    plot(x, y)|}