figure
MATLAB subplot title and axes labels
I have the following script to ultimately plot a 4 by 2 subplot: files = getAllFiles(\'preliminaries\');[详细]
2023-01-11 05:01 分类:问答How can I extract data from a .fig file in MATLAB?
I know this is really basic, but I am new to MATLAB. After opening a .fig file, how do you actually work with the plotted data in the comm开发者_高级运维and window? All I see is the plot. I\'m not sur[详细]
2023-01-02 13:39 分类:问答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 do[详细]
2022-12-30 20:15 分类:问答Matlab: Adding symbols to figure
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.[详细]
2022-12-29 23:06 分类:问答Add multiple hist fit to a figure, without the hist
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.[详细]
2022-12-29 02:10 分类:问答Listing all figures (tables, algorithm) once again at the end of the document
I have been writhing a rather large document with LaTeX. Now I would like to list all the figures / tables / algorithms once again at the end of the file so that I can check if they all look the same.[详细]
2022-12-27 15:20 分类:问答How to center Label vertical and horizontal in draw2d Figure?
I have the following situation: Label label = new Label(); label.setText(\"bla\"); RoundedRectangle fig = new RoundedRectangle();[详细]
2022-12-26 21:11 分类:问答Compilation of latex file
I am compiling a latex file on a server and download from there the generated dvi, ps and pdf files to view them.[详细]
2022-12-23 19:29 分类:问答Merging two figures in Matlab
I am currently running开发者_开发百科 a Matlab script (below) which produces four seperate graphs. I want to combine two of these graphs so that the are displayed simultaneously. The graphs I wish to[详细]
2022-12-17 07:04 分类:问答Latex: How to make listings subfloats use listing counters, TOC, etc
I have a macro that do side-by-side figures, below. It uses subfloats, and so it goes in a figure. \\newcommand{\\listbylist}[6][showlines=true]{[详细]
2022-12-08 04:44 分类:问答