Search found 2 matches

by billyquant24
Fri Apr 06, 2012 12:54 am
Forum: Graphics, Figures & Tables
Topic: Problems with Figure Placement
Replies: 1
Views: 1518

Problems with Figure Placement

Hi,

Before, I had figures in my latex file without captions. my code is like this,

\begin{center}
\includegraphics[width=10cm]{fola}
\end{center}

I was able to get the figure to appear where it wanted, and everything was fine. When I tried to add captions, Latex placed them in the spot, not ...
by billyquant24
Mon Jan 16, 2012 2:06 am
Forum: Graphics, Figures & Tables
Topic: Heat Equation Rod
Replies: 1
Views: 1550

Heat Equation Rod

Hello,

I am trying to draw a rod modeling diffusion of particles placed along the x-axis. I want a picture of rod with particles inside at random locations. In addition, I want to have two "heat sources" (like a small machine ) injecting particles at the origin x=0, and at x=a.

I have no idea how ...