About 4,370,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. 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.

  3. Plotting Data - MATLAB & Simulink - MathWorks

    Plotting Data Introduction After you import data into the MATLAB ® workspace, it is a good idea to plot the data so that you can explore its features. An exploratory plot of your data enables you to identify …

  4. MATLAB Plot Gallery - MATLAB & Simulink - MathWorks

    The MATLAB plot gallery provides various examples to display data graphically in MATLAB. Click Open and explore below to open and run the live script examples in your browser with MATLAB Online™.

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

    Plotting Basics Types of MATLAB Plots Create 2-D Line Plot Add Title and Axis Labels to Chart Create Plot in the Live Editor Display Data with Multiple Scales and Axes Limits

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

    Graphics functions include 2-D and 3-D plotting functions to visualize data and communicate results.

  7. Specify Plot Colors - MATLAB & Simulink - MathWorks

    Specify Plot Colors MATLAB ® creates plots using a default set of colors. The default colors provide a clean and consistent look across the different plots you create. You can customize the colors if you …

  8. fplot - Plot expression or function - MATLAB - MathWorks

    This MATLAB function plots the curve defined by the function y = f(x) over the default interval [-5 5] for x.

  9. plot3 - 3-D line plot - MATLAB - MathWorks

    This MATLAB function plots coordinates in 3-D space.

  10. Plots That Support Tables - MATLAB & Simulink - MathWorks

    Plots That Support Tables Many plotting functions can plot data directly from a table. You pass the table as the first argument to the function followed by the variables you want to plot. You can specify either …