Top "Matlab-figure" questions

MATLAB is a high-level language and programming environment developed by MathWorks.

Setting graph figure size

All I want to do is make the width greater and the height smaller. I'm just doing raster plots but …

matlab matlab-figure
Automatically plot different colored lines

I'm trying to plot several kernel density estimations on the same graph, and I want them to all be different …

matlab plot matlab-figure
Changing Fonts Size in Matlab Plots

I want to change Font Size for xlabel, ylabel, axis size, legend font size a.k.a everything at once, …

matlab matlab-figure
Automatically maximize a figure

I am creating some figures in MATLAB and automatically save them to files. The problem that by definition the images …

matlab export matlab-figure maximize-window
How to draw an arrow in Matlab?

I'm trying to draw an arrow in matlab graph, without any success. Code example: function [ output_args ] = example( input_args ) …

matlab plot matlab-figure
How do I get the handles of all open figures in MATLAB

I have nine open figures in matlab (generated by another function) and I want to print them all to file. …

matlab matlab-figure figures
Matlab - How to make a figure current? How to make an axes current?

If f is the figure handle, I wanted to use plot3(..) on it just like I would use plot(..), but …

matlab matlab-figure
Plotting data on time (date) axis

I have data like this: 22.10.1980. 100 25.10.1980. 120 26.10.1980. 12 (only much more of it, and for each date, several independent measurements on the right). …

matlab date matlab-figure
Program to open .fig files saved by Matlab

Is there any program able to open .fig files saved by Matlab?

matlab matlab-figure figure
How to add a x-axis line to a figure? (matlab)

I want to add a x-axis line at 0 to a Matlab figure so that I can compare my data to …

matlab plot matlab-figure horizontal-line