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

    plot(tbl,xvar,yvar) plots the variables xvar and yvar from the table tbl. To plot one data set, specify one variable for xvar and one variable for yvar. To plot multiple data sets, specify multiple …

  2. plot - Plot graph nodes and edges - MATLAB - MathWorks

    Example: plot(G,'NodeColor','k') creates a graph plot with black nodes. NodeLabel — Node labels node IDs (default) | vector | cell array of character vectors | string array Node labels, specified …

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

    A convenient way to plot data from a table is to pass the table to the plot3 function and specify the variables to plot. Create vectors x, y, and t, and put the vectors in a table. Then display the first …

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

    Plot multiple lines using hold on. Specify the plotting intervals using the second input argument of fplot. Specify the color of the plotted lines as blue using 'b'. When you plot multiple lines in the …

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

  6. Plotting Data - MATLAB & Simulink - MathWorks

    An exploratory plot of your data enables you to identify discontinuities and potential outliers, as well as the regions of interest. The MATLAB figure window displays plots. See Types of …

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

    The symbols can appear in any order. You do not need to specify all three characteristics (line color, style, and marker). For more information about the different style options, see the plot …

  8. Graph plot for directed and undirected graphs - MATLAB

    Graph plots are the primary way to visualize graphs and networks created using the graph and digraph functions. After you create a GraphPlot object, you can modify aspects of the plot by …

  9. Graph Plotting and Customization - MATLAB & Simulink

    Extract and plot the top right corner of G as a subgraph, to make it easier to read the details on the graph. The new graph, H, inherits the NodeColors and LWidths variables from G, so that …

  10. digraph - Graph with directed edges - MATLAB - MathWorks

    However, you cannot directly change the number of nodes or edges in the graph by modifying these tables. Instead, use the addedge, rmedge, addnode, or rmnode functions to modify the …

Refresh