
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.
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.
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.
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.
fplot - Plot symbolic expression or function - MATLAB
You can plot multiple lines either by passing the inputs as a vector or by using hold on to successively plot on the same figure. If you specify LineSpec and Name-Value arguments, they apply to all lines.
Create 2-D Line Plot - MATLAB & Simulink - MathWorks
Create Line Plot Create a two-dimensional line plot using the plot function. For example, plot the value of the sine function from 0 to 2 π.
Create Plots of Symbolic Expressions - MATLAB & Simulink
Plot symbolic expressions, including parametric or implicit expressions, in 2-D or 3-D as line, contour, or surface plots.
Specify Line and Marker Appearance in Plots - MATLAB & Simulink
The following examples use the plot function to demonstrate the overall approach for customizing the appearance of lines. For a complete list of options for a specific plotting function, refer to the …
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.
Line Plots - MATLAB & Simulink - MathWorks
Line plots are a useful way to compare sets of data or track changes over time. You can plot the data in a 2-D or 3-D view using either a linear or a logarithmic scale. Also, you can plot expressions or …