figure
How can I instantiate one .fig file onto another in MATLAB?
I have a block.fig file which encapsulates some block o开发者_StackOverflow中文版f my graphical user interface (GUI).[详细]
2023-04-05 03:52 分类:问答Markdown chokes on <figure> elements. Anyone know of a fix?
I\'ve just recently begun to use markdown and have noticed that any markdown within the html \'figure\' element simply prints out.So images merely print out the path rather than actually load.[详细]
2023-04-04 08:33 分类:问答increasing width of figure in matplotlib according to number of x values
I was trying to draw a barchart using matplotlib.The number of items to be plotted can vary . I cannot set the figure.set_size_inches(w,h) or set_figwidth(w) withconstants(like 6.,8. or 8.,12. etc),si[详细]
2023-03-28 20:06 分类:问答LaTeX: changing the fonts inside figures
I am using some terminal output as a figure in a report I am writing and need to change just the text within the figure to monospace.[详细]
2023-03-27 18:51 分类:问答How do I tell Matplotlib to create a second (new) plot, then later plot on the old one?
I want to plot data, then create a new figure and plot data2, and finally come back to the original plot and plot data3, kinda like this:[详细]
2023-03-25 15:00 分类:问答How to speed up matlab's 'print' function
I\'ve written a fairly large data acquisition program in matlab that receives input data on a pretty tight timing schedule a开发者_JAVA技巧nd plots it in real-time on the GUI. My problem is that i nee[详细]
2023-03-22 14:25 分类:问答Moving multiple boxes in figure?
I already have the functions required to drag and drop a single box in a figure in MATLAB. The code I wrote fills the figure with several boxes. With another loop I filled the figure with more boxes ([详细]
2023-03-20 03:53 分类:问答MATLAB Legend Groups
I\'m using MATLAB to plot some data. I would like to create the legend so that it divides information into two types, say Type1 and Type2.[详细]
2023-03-19 23:19 分类:问答Matlab: y-label isn't shown in small figure window
I\'m using the following code: x = linspace(0, 9, 10); y1 = x; y2 = x.^2; y3 = x.^4; myfig = figure(\'Position\', [500 500 400 320]); %[left, bot开发者_运维百科tom, width, height]:[详细]
2023-03-17 09:59 分类:问答Embedding matlab plot in pdf for printing: Sizes
I\'m currently creating my figures in matlab to embed themvia latex into a pdf for later printing. I save the figures and save them via the script export_fig! Now I wonder which is the best way to go:[详细]
2023-03-17 06:32 分类:问答