Top "Matlab-figure" questions

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

How to apply different colormaps in different subplots?

I'm doing more or less the following: figure for ii=1:4 subplot(2,2,ii) imshow(image(ii)) hcb = colorbar; switch ii case 1 …

matlab matlab-figure colorbar colormap
How to set x and y values when using bar3 in Matlab?

Quick version How can I control the x- and y-values for a 3-d bar plot in Matlab? Details Say we …

matlab matlab-figure
Plotting issues with dash-dot and dotted lines: How to modify default linestyles for better use with vector renderer 'painters'?

Matlab offers the following default linestyles: '-' Solid line (default) '--' Dashed line ':' Dotted line '-.' Dash-dot …

matlab plot matlab-figure renderer
How to create a color gradient using a third variable in Matlab?

How do you create a color gradient in Matlab such that you plot a 2D line plot of y=y(…

matlab matlab-figure
Changing figure fonts in Matlab has no effect

I'm having problems with rendering Greek characters in my labels and legends, so I thought maybe switching fonts would help. …

matlab ubuntu fonts matlab-figure
How to decrease the size of the legend in a figure?

The following code plots a figure. The code should work on Matlab >= R2014b. I want to remove the …

matlab matlab-figure legend legend-properties
matlab: difference between KeyPressFcn and WindowKeyPressFcn

The Matlab documentation definition for KeyPressFcn is a "callback function invoked by a key press that occurs while the figure …

matlab matlab-figure