day1/session4.tex
changeset 387 5e485a5d8ac4
parent 385 c70118cdde66
child 389 aa392117454f
equal deleted inserted replaced
386:a0bec380b44f 387:5e485a5d8ac4
   587 \end{lstlisting}
   587 \end{lstlisting}
   588 \begin{itemize}
   588 \begin{itemize}
   589 \item Now plot \typ{Tline} vs. \typ{L}, to get the Least squares fit line. 
   589 \item Now plot \typ{Tline} vs. \typ{L}, to get the Least squares fit line. 
   590 \end{itemize}
   590 \end{itemize}
   591 \begin{lstlisting}
   591 \begin{lstlisting}
   592 In []: plot(L, Tline)
   592 In []: plot(L, Tline, 'r')
       
   593 
       
   594 In []: plot(L, tsq, 'o')
   593 \end{lstlisting}
   595 \end{lstlisting}
   594 \end{frame}
   596 \end{frame}
   595 
   597 
   596 \begin{frame}[fragile]
   598 \begin{frame}[fragile]
   597 \frametitle{Least Squares Fit}
   599 \frametitle{Least Squares Fit}