About 127,000 results
Open links in new tab
  1. matlab - Setting graph figure size - Stack Overflow

    Mar 3, 2011 · 93 All I want to do is make the width greater and the height smaller. I'm just doing raster plots but this question applies to any MATLAB figure. I can manually resize it using the figure directly …

  2. matlab - Make plot to start at 0 - Stack Overflow

    Nov 8, 2014 · How to make lines start at 0, when plotting a matrix using the plot function? To be more precise, this is what I want to solve:

  3. How to smoothen a plot in MATLAB? - Stack Overflow

    Jul 26, 2014 · 1 I'd first try to display the running average over a number of points, like 5 or 10. This way, a single discrepancy in the values only have a little impact on the graph. Of course, it depends on …

  4. graph - How to mark a point in a MATLAB plot? - Stack Overflow

    Oct 29, 2014 · 9 I have this plot [Full Resolution] I need to make a straight vertical line at a point on x axis that the user enters and show the coordinates of the intersection of that vertical line with my plot. …

  5. Matlab how to make smooth contour plot? - Stack Overflow

    Jun 29, 2017 · I want to represent data with 2 variables in 2D format. The value is represented by color and the 2 variables as the 2 axis. I am using the contourf function to plot my data: clc; clear; load('da...

  6. How to do an animated plot in matlab - Stack Overflow

    I was wondering if anyone knew how to do an animation plot of x = (dataset of 1000 points) y = (dataset of 1000 points) plot(x,y) big problem is these are datasets that i am trying to plot , or x,y

  7. How to make a curve smoothing in matlab? - Stack Overflow

    Oct 20, 2012 · How to make a curve smoothing in matlab? Asked 13 years, 1 month ago Modified 10 years, 3 months ago Viewed 58k times

  8. How to make a log plot in matlab - Stack Overflow

    Aug 11, 2010 · Is it possible to make a plot in matlab that does not actually take the logs of the values? I'm plotting wide ranges of values and when I try to make a log plot of them, those below 1 become …

  9. matlab - Automatically plot different colored lines - Stack Overflow

    Jan 9, 2010 · Each successive plot will rotate (automatically for you) through MATLAB's default colormap. From the MATLAB site on hold: hold all holds the plot and the current line color and line …

  10. matlab - Add custom legend without any relation to the graph - Stack ...

    Nov 2, 2015 · 2 hacky options: (1) add empty lineserie (or any empty graphic object) in the axes so that there are enough to populate the legend. (2, better in my view) make your own legend object (it's …