约 4,870,000 个结果
在新选项卡中打开链接
  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 …

  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 …

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

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

    This MATLAB function plots coordinates in 3-D space.

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

  9. Create Line Plot with Markers - MATLAB & Simulink - MathWorks

    Add markers to a line plot to distinguish multiple lines or to highlight particular data points.

  10. Create 2-D Line Plot - MATLAB & Simulink - MathWorks

    Plot Multiple Lines By default, MATLAB clears the figure before each plotting command. Use the figure command to open a new figure window. You can plot multiple lines using the hold on …