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