Top "Matlab-figure" questions

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

MATLAB - updating plot in gui?

Getting started with matlab guide, hit a stumbling block. Got it as simple as I can as a toy gui …

matlab matlab-figure matlab-guide
Change color of 2D plot line depending on 3rd value

I have a data set that looks like this 140400 70.7850 1 140401 70.7923 2 140402 70.7993 3 140403 70.8067 4 140404 70.8139 5 140405 70.8212 3 Where the first column corresponds to time (one second intervals between …

matlab plot colors matlab-figure colormap
How to generate a non-linear colormap/colorbar?

I would like to show a non-uniform colorbar as in the first picture. I have tried the code below. 'mycamp4…

matlab matlab-figure colorbar colormap
3D scatterplot colored by Z-Value

I've been googling for a while but couldn't find a solution for my problem. I am an amateur matlab user …

matlab scatter-plot matlab-figure color-coding
Have Matlab figures docked by default

In Matlab, it is possible to have figure windows docked in the main window. If there are several figures, each …

matlab matlab-figure
How to hide y axis?

I plot a horizontal boxplot in MATLAB -- boxplot(y, group,'orientation','horizontal'), and then hide the y-axis using set(…

matlab matlab-figure yaxis
Disable plots in Matlab

I have some programs written in Matlab that I need to run several times for some reasons (debugging, testing with …

matlab matlab-figure
How to draw good looking arrows in Matlab?

I have been trying to draw arrows in Matlab in my figure but they all look terrible. Also, I want …

matlab graph drawing matlab-figure figures
Get rid of "Figure 1" in the title of the figure

I have a figure that I want his name to be Step 2 of 3: Simulation Plot Window, but its name is: …

matlab matlab-figure
How to set the opacity for a plot?

I have some data to be plotted in one figure. Noise data is ruining other data. How can I change …

matlab plot colors transparency matlab-figure