About 60,200 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 …

  2. 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, …

  3. 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

  4. 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 …

  5. How can I plot professional quality graphs in matlab?

    Dec 21, 2018 · The default graphs produced from matlab are very different from what I see in books. For example the image below looks visually pleasing. Can I change default settings of …

  6. How to plot a circle in Matlab? - Stack Overflow

    Mar 22, 2015 · 6 I would like to know how can I graph circles in Matlab knowing the center and radius? I have tried circles() which does not seem to work because my Matlab version does …

  7. 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; …

  8. 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:

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

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

  10. 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 …