figure

Latex: Listing all figures (tables, algorithm) once again at the end of the document

Hi all, I have been writhing a rather large document with latex. Now I would like to list all the figures / tables / algortihms once again at the end of the file so that I can check if they all look the same. For example, if every algorithm has the same notation. How can I do this? I know about \listofalgorithms and \listoffigures b...

Add multiple hist fit to a figure, without the hist

Hello, I'm a matlab newbie, and i'd like to superpose some hist fit on a same figure. I know the function histfit, but unfortunatly i can't get to remove the hist and only keep the curve. I guess once i'll know how to do that i'll be able to add several curves using "hold on". Thanx for any answers or advices! ...

In LaTeX prefer figures on text-heavy pages.

Hi LaTeX seems to have a preference for placing figures together on a page, and placing surrounding text on a separate page. Can I somehow change that balance a bit, as I prefer figures to break up the text to avoid too black text-heavy pages. Example: \section{Some section} [Half a page of text] \begin{figure} [...] \captio...

How to insert a full-page letter-size figure?

I have been trying to insert a letter-size figure, but either this is cut because of the margins definition of the document style (book), or its size is limited to the specified margins. Below is the code with which I have managed to obtain the size of the figure: ... \newenvironment{pagportada}{ \begin{list}{}{ \setlength{\hoffset}{-1...

Matlab: Adding symbols to figure

Hi, Below is the user interface I have created to simulate LDPC coding and decoding The code sequence is decoded iteratively by passing values between the left and right nodes through the connections. The first thing it would be good to add in order to improve visualization is to add arrows to the connections in the direction of passi...

Program for viewing MATLAB figures without MCR library

I need to send a 3D .fig file to someone without access to MATLAB. I've already compiled an executable that will open a MATLAB figure, but it requires the MCR library to be installed, and the user does not have admin rights on their computer. Is there a simple program out there that can open a .fig file and allow the user to rotate/zoom/...

Small eps figure size in Matlab

Hi, How to create a small eps file from a Matlab figure? I use LaTeX and the eps that I'm getting with Matlab (R2010a) is of the order 6 MB. How to set the plot options to give an eps figure of smaller size? Does the render options painters or zbuffer help? Thanks a lot... One additional info: I use Laprint to generate my eps figur...

Basic Matlab question

I know this is really basic, but I am new to matlab. After opening a .fig file, how do you actually work with the data in the command line? All I see is the picture. Im not sure how to actually get the data. ...

How to number floats in LaTeX consistently?

Hello I have a LaTeX document where I'd like the numbering of floats (tables and figures) to be in one numeric sequence from 1 to x rather than two sequences according to their type. I'm not using lists of figures or tables either and do nort need to. My documentclass is report and typically my floats have captions like this: \caption...

Strange behavior in Matlab when exporting figure to eps, pdf

When I make a figure in Matlab, with a legend and a rectangle that touches the y axis (strange, I know) upon exporting the figure to eps (or pdf) I've noticed that the rectangle obtains the line-style of the last line drawn (rather than what the rectangle was drawn with) This behaviour also occurs for rectangles drawn after the one tha...

Matlab subplot title and axes labels

I have the following script to ultimately plot a 4 by 2 subplot: files = getAllFiles('preliminaries'); n = size(files); cases = cell(1, n); m = cell(1, n); for i = 1:1:n S = load(files{i}); cases{i} = retransmission_distribution(S); c = size(cases{i}); m{1,i} = cell(1, c(2)); %figure(i); str_size = size(fil...

Includegraphics problems with a PNG

Hi, I have problems to insert a figure into my .tex file. This is the code: \begin{figure} \includegraphics[width=1\textwidth]{Blockdiagram} \caption{Diagram} \label{figure:BlockDiagram} \end{figure} It says that it cannot find the file! The same with Blockdiagram.png. The figure is in the same folder. The main .tex is outside ...

LaTeX: How can I disable the linking for figures in LyX?

Hello. Complete LaTeX and LyX newbie here. I am currently writing a document in LyX and I'm using hyperref to have links in the ToC, citations etc. The problem is that I added a figure (with float) and when I make a cross-reference in the text, the reference itself becomes a link that leads to the page that contains the actual figure. F...

GraphicsPath - how to fill open figure (without closing it)

I have a big problem with filling an open GraphicsPath figure with Graphics.FillPath(brush, path). According to MSDN http://msdn.microsoft.com/en-us/library/kekf4cez.aspx 'the path is filled as if the open figure were closed by a straight line from its ending point to its starting point.' In this case figure similar to ie. 'e' drawn cre...

in Matplotlib, what does "111" means in fig.add_subplot(111)??

hi, I've been reading like crazy the documentation but i cant find an explication for the "111".. sometimes i see a 212. It'd be great if you could explain it to me or give me the link in the documentation that explains it. Thxs! ...

3D bar and y-axis labeling

Dear all, I have a 3D plot like this: In the Y-axis of the plot, each group of three bars refer to the same parameters: x1, x2, x3. I would like to have a spacing in the y-axis for each group of three bars, so that it becomes more clear that those bars are referring to the same parameters. At the same time, I would like to put a labe...

insert big images...cut in two parts, LaTeX

Hi all, i would like to know how can i cut a figure in a way that some part is show in one page and the continuation in other page. Actually it just take the all figure to the next page and i get a lots of space empty that really looks ugly. ...

How to present date as a string on matlab figure

Hello, I have imported date&time data from a text file, in which it was stored as a string, to Matlab. I can convert string to numeric data and back, by using datenum and datestr commands. My problem is with creating figures. I can easily plot data against numeric date&time values, but as it is stored as a number, it is not very useful...

In matlab, how do you save a figure as an image in the same way as using "Save As..." in the figure window??

Hey guys, Do you know what function the actual figure window uses when you go File>Save As... and then select .png or another image format?? Because I am trying to automate saving, but when I use saveas or print, the resulting image is really pixelated, but if I look at the actual figure, and use the File>Save As... method as above, and...

Xming and picture rendering in Matlab

I'm using xming 6.9.0.31 on Windows XP computer (2 Gb RAM) to connect to Linux server and run Matlab scripts there. I have 2 configurations of xming and both have problems related to matlab output figures. In one configuration everything works on the first script run, all figures coms fine. But on the second run (of the same script) xmin...