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

    This MATLAB function creates a 2-D line plot of the data in Y versus the corresponding values in X.

  2. MATLAB - Plotting - Online Tutorials Library

    Let us take one more example to plot the function y = x 2. In this example, we will draw two graphs with the same function, but in second time, we will reduce the value of increment.

  3. This is just the tip of the plotting iceberg. Matlab allows for fine-grained control over most aspects of a plot, including axis labels, text, font size and style, axis ...

  4. Chapter 10: MATLAB Plotting - Engineering LibreTexts

    Oct 18, 2025 · As you have just seen, MATLAB has a built-in plot() function that can accept single or multiple vector inputs. In our example the inputs were e_stress and e_strain but keep in mind they …

  5. Chapter 6: Graphing in MATLAB – A Guide to MATLAB for ME 160

    The plot tab in the MATLAB user interface is a handy tool to create involved plots for variables within a MATLAB code. By using the plot tab user can select a variable in the workspace and generate a …

  6. How to Plot on Matlab: A Quick Guide to Visualizing Data

    Master the art of data visualization with our guide on how to plot on matlab. Discover essential tips and tricks for stunning graphics.

  7. Types of MATLAB Plots - MATLAB & Simulink - MathWorks

    Types of MATLAB Plots There are various functions that you can use to plot data in MATLAB ®. This table classifies and illustrates the common graphics functions.

  8. How to Plot an Equation in MATLAB - Delft Stack

    Mar 11, 2025 · Learn how to plot equations in MATLAB using the plot () and ezplot () functions. This comprehensive guide covers step-by-step examples, clear explanations, and tips for visualizing …

  9. MATLAB - Plot Arrays - Online Tutorials Library

    Whether you're working with one-dimensional arrays, matrices, or multidimensional arrays, MATLAB's plotting functions offer various options to create insightful visualizations.

  10. 2-D and 3-D Plots - MATLAB & Simulink - MathWorks

    Use plots to visualize data. For example, you can compare sets of data, track changes in data over time, or show data distribution. Create plots programmatically using graphics functions or interactively …