MATLAB is a high-level language and programming environment developed by MathWorks.
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 figureIs 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-figureI want the color of each arrow in a quiver3 plot from MATLAB to correspond to the magnitude of each …
matlab matlab-figureI have a Figure file where I would like to change the order of the entries (e.g., put the …
matlab matlab-figure legend legend-propertiesIs there a way to remove only the axis lines in the Matlab figure, without affecting ticks and tick labels. …
matlab plot line axis matlab-figureI'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-figureI 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-positionI want to save a MATLAB figure as PDF, with quality 300 DPI, and centered. So far I managed to save …
matlab pdf matlab-figureIs 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 subplotI 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