Sunday, December 18, 2011

How to copy a file from a remote server

example:

scp bucakser@susam.cse.msu.edu:../priphome/klarejames/finger_vectors.mat .

Wednesday, November 23, 2011

latex ile 2x4luk resim yerlestimek-2

\begin{figure}[h]
\begin{center}$
\begin{array}{cccc}
\includegraphics[width=1.2in]{cougarface.eps} &
\includegraphics[width=1.2in]{crocodile.eps} &
\includegraphics[width=1.2in]{snoopy.eps} &
\includegraphics[width=1.2in]{strawberry.eps}
\\
\includegraphics[width=1.2in]{cougarcomb4.eps} &
\includegraphics[width=1.2in]{crocodilecomb4.eps} &
\includegraphics[width=1.2in]{snoopycomb4.eps} &
\includegraphics[width=1.2in]{strawberrycomb4.eps}
\end{array}$
\end{center}
\caption{my caption}
\end{figure}

latex ile 2x4luk resim yerlestimek-I

\begin{figure}
\begin{minipage}[b]{0.24\linewidth} % A minipage that covers half the page
\centering
\epsfig{file=cougarface.eps,width=0.9\textwidth}
\small{cougar face}
\end{minipage}
\hspace{0.0cm} % To get a little bit of space between the figures
\begin{minipage}[b]{0.24\linewidth}
\centering
\epsfig{file=crocodile.eps,width=0.9\textwidth}
\small{crocodile}
\end{minipage}
\hspace{0.0cm} % To get a little bit of space between the figures
\begin{minipage}[b]{0.24\linewidth}
\centering
\epsfig{file=snoopy.eps,width=0.9\textwidth}
\small{snoopy}
\end{minipage}
\hspace{0.0cm} % To get a little bit of space between the figures
\begin{minipage}[b]{0.24\linewidth}
\centering
\epsfig{file=strawberry.eps,width=0.9\textwidth}
\small{strawberry}
\end{minipage}
\\
\begin{minipage}[b]{0.24\linewidth} % A minipage that covers half the page
\centering
\epsfig{file=cougarcomb4.eps,width=0.9\textwidth}
\end{minipage}
\hspace{0.0cm} % To get a little bit of space between the figures
\begin{minipage}[b]{0.24\linewidth}
\centering
\epsfig{file=crocodilecomb4.eps,width=0.9\textwidth}
\end{minipage}
\hspace{0.0cm} % To get a little bit of space between the figures
\begin{minipage}[b]{0.24\linewidth}
\centering
\epsfig{file=snoopycomb4.eps,width=0.9\textwidth}
\end{minipage}
\hspace{0.0cm} % To get a little bit of space between the figures
\begin{minipage}[b]{0.24\linewidth}
\centering
\epsfig{file=strawberrycomb4.eps,width=0.9\textwidth}
\end{minipage}
\small{\caption{The evolution of kernel weights over time for CALTECH-101 data set.
For GMKL and VSKL, the curves display the kernel
weights that are averaged over all the classes since a different kernel combination is learnt for each class.} } \label{fig-ker}
\end{figure}