figure
Skip numeration figure and table caption
How to make a table and figure caption withoutany automatic numeration? For example: \\begin{table} \\begin{tabular}{ll}[详细]
2023-02-04 22:22 分类:问答Latex - Inserting a reference in a figure's caption
In Latex, I want to add a reference in the legend of a figure, like: \\begin{figure} ... \\caption{This is the legend of this figure (reprinted from \\cite{something}).}[详细]
2023-01-31 22:28 分类:问答How do I ref a figure in LaTeX before it occurs?
I always like my figures to be placed in between text as oppos开发者_运维百科ed to the top or bottom of the page. I also like to talk about the figure before it is shown. So I am trying to have someth[详细]
2023-01-20 04:06 分类:问答Matlab: How to obtain all the axes handles in a figure handle?
How do I obtain all the axes handles in a figure handle? Given the f开发者_运维问答igure handle hf, I found that get(hf, \'children\') may return the handles of all axes. However, the Matlab Help sug[详细]
2023-01-19 21:42 分类:问答Xming and picture rendering in Matlab
I\'m using xming 6.9.0.31 on Windows XP computer to connect to Linux server and run Matlab scripts 开发者_运维技巧there. I have 2 configurations of xming and both have problems related to matlab outpu[详细]
2023-01-18 07:47 分类:问答In matlab, how do you save a figure as an image in the same way as using "Save As..." in the figure window?
When saving a figure, what function does Matlab use? For example, when a user selects File > Save As..开发者_开发技巧. and then selects .png or another image format, what is going on behind the scenes[详细]
2023-01-17 05:04 分类:问答How to present date as a string on matlab figure
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.[详细]
2023-01-17 00:23 分类:问答insert big images...cut in two parts, LaTeX
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 sp[详细]
2023-01-15 02:22 分类:问答What does the argument mean in fig.add_subplot(111)?
Sometimes I come across code such as this: import matplotlib.pyplot as plt x = [1, 2, 3, 4, 5] y = [1, 4, 9, 16, 25][详细]
2023-01-13 16:11 分类:问答