Top "Matlab-figure" questions

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

Dynamic Legend (Updates in every recursion)

I got a for i=1:15. Inside I generate a variable d=1:0.01:10, which is the x'x axis and based on this, …

matlab legend matlab-figure figure
2-D line gradient color in Matlab

Is it possible to add gradient color to 2-D line in Matlab, especially when you have small number of data …

matlab graph colors gradient matlab-figure
quiver3 arrow color corresponding to magnitude

I want the color of each arrow in a quiver3 plot from MATLAB to correspond to the magnitude of each …

matlab matlab-figure
Matlab: change order of entries in Figure legend

I have a Figure file where I would like to change the order of the entries (e.g., put the …

matlab matlab-figure legend legend-properties
Remove only axis lines without affecting ticks and tick labels

Is there a way to remove only the axis lines in the Matlab figure, without affecting ticks and tick labels. …

matlab plot line axis matlab-figure
MATLAB:: Drawing a number on a image (Matrix) on MATLAB

I'm using matlab in order to perform modifications on an image. I have loaded an image on Matlab. (the image …

image matlab photo photolibrary matlab-figure
How to display coordinates and use ginput

I cannot seem to get my image to display the coordinates of my mouse cursor, and also use ginput to …

matlab user-interface mousemove matlab-figure cursor-position
Saving MATLAB figures as PDF with quality 300 DPI, centered

I want to save a MATLAB figure as PDF, with quality 300 DPI, and centered. So far I managed to save …

matlab pdf matlab-figure
Matlab - plot window arrangement

Is there a possibility of building a plot window with 8 plot figures disposed in the following manner? six of them …

matlab plot tablelayout matlab-figure subplot
Saving .fig file from Octave

I need to make a .fig file that can be reopened in Matlab, but I am working in Octave. But …

matlab octave matlab-figure save-as