About 2,670 results
Open links in new tab
  1. plot - 2-D line plot - MATLAB - MathWorks

    To plot a set of coordinates connected by line segments, specify X and Y as vectors of the same length. To plot multiple sets of coordinates on the same set of axes, specify at least one of X …

  2. Be able to generate and annotate 2D plots using MATLAB to present data. Parametric plots are plots where the x and y coordinates are functions of an independent variable or variables, often time. Kinematic equations are often expressed as parametric equations.

  3. This option plots the horizontal or vertical seismic data accumulated with each time step using the CREWES Matlab routine ‘plotseis’. seismic plot menu follows for parameters.

  4. Extension of @agile-geoscience/striplog, with a focus on ... - GitHub

    Extension of @agile-geoscience/striplog, with a focus on lithology and ML-friendly interface. Includes StratCoreProcessor, a Matlab graphical digitizer tool. - rgmyr/litholog

  5. Syntax: plot(x,y) plot(xdata,ydata,LineSpec) plot(x1,y1,x2,y2,...) plot(x1,y1,LineSpec1,x2,y2,LineSpec2,...) have the same shape, etc. By shape we mean the same n Example: A simple line plot > x = linspace(0,2*pi); > y = sin(x); > plot(x,y);

  6. 10 Types of MATLAB 2D Plot Explained with Examples and Code

    Apr 9, 2019 · I described briefly the most useful top 10 plots. In this tutorial, I have covered different types of plots by using examples and different functions [color |marker style| line spec]. you can read the MATLAB 3D plot with their 5 different classifications.

  7. matlab: 2D line plot horizontal lines - Stack Overflow

    Feb 2, 2013 · Let x and y be two vectors of the same size to be plotted using plot(x,y). How about yy = reshape( [y(:) y(:)]', 1, [] ); yy(end) = []; % discard last element xx = reshape( [x(:) x(:)]', 1, [] ); xx(1) = []; % discard first element plot( xx, yy ); title('does this do the trick for you?');

  8. MATLAB can generate graphs in which one or both axes are scaled logarithmically. This is useful if your domain and/or range extends over several orders of magnitude. For example, to draw a loglog plot of y = x2 over the interval 10−3 ≤ x ≤ 104, try these commands.

  9. contourm - Project 2-D contour plot of map data - MATLAB

    This MATLAB function creates a contour plot of the regular data grid Z that is spatially referenced by the geographic raster reference object R.

  10. geomIO: An Open‐Source MATLAB Toolbox to Create the Initial ...

    Jan 31, 2019 · There, we developed geometry Input/Output (geomIO), a MATLAB toolbox to create the initial configuration of geological models regarding model geometry and temperature structure. geomIO allows users to create a geo-referenced 3-D volume by drawing multiple 2-D cross sections in a standard vector graphics editor.

  11. Some results have been removed
Refresh