MATLAB is a high-level language and programming environment developed by MathWorks.
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 subplotHi , I want to save this image produced from imagesc(magic(3)), the exact rainbow representation, is it possible? Thanks. This …
matlab matlab-figureI want to draw a rectangle to outline an area of an image that I've plotted in one axes of …
matlab graphics matlab-figureGiven the following example code: x = 0:pi/10:pi; y = sin(x); e = std(y)*ones(size(x)); figure errorbar(x,…
matlab matlab-figureI'm exporting an image in Matlab using the eps format, but it smooths the image. Matlab does not blur the …
matlab matlab-figureI have imported an image in matlab and before I display it how would I make the background of the …
matlab matlab-figure matlab-guideI 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-figureI would like to create a plot of the 3D surface that spans over all points from an [X,Y,…
matlab matlab-figure triangulation geometry-surfaceI 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-figureI have an image (png) that I want to put underneath a heatmap(so to speak) made from a and …
matlab matlab-figure