Top "Matlab-figure" questions

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

How to have a common legend for subplots?

I am trying to create a figure of subplots. I don't want the subplots to have legends but instead the …

matlab matlab-figure legend figure subplot
Save exact image output from imagesc in matlab

Hi , I want to save this image produced from imagesc(magic(3)), the exact rainbow representation, is it possible? Thanks. This …

matlab matlab-figure
How can I create a rectangle with an outlined border?

I want to draw a rectangle to outline an area of an image that I've plotted in one axes of …

matlab graphics matlab-figure
How to separate color errorbar matlab

Given the following example code: x = 0:pi/10:pi; y = sin(x); e = std(y)*ones(size(x)); figure errorbar(x,…

matlab matlab-figure
How to export non-blurry eps images?

I'm exporting an image in Matlab using the eps format, but it smooths the image. Matlab does not blur the …

matlab matlab-figure
Make a pixel transparent in Matlab

I have imported an image in matlab and before I display it how would I make the background of the …

matlab matlab-figure matlab-guide
How to precisely control line thickness in MATLAB plot?

I would like to precisely control the thickness of the line plotted in MATLAB. Not just 0.5, 1, 2, 3, ... points but e.g. 0.2…

matlab width line matlab-figure
Matlab Delaunay Triangulation of Point Cloud - Color Matrix

I would like to create a plot of the 3D surface that spans over all points from an [X,Y,…

matlab matlab-figure triangulation geometry-surface
Plot Geo-Locations on Worldmap with Matlab

I am trying to mark a few thousands of geo-locations on the world-map with matlab. I have the latitudes and …

geolocation plot matlab matlab-figure
Image overlay with matrix

I have an image (png) that I want to put underneath a heatmap(so to speak) made from a and …

matlab matlab-figure