Global web icon
mathworks.com
https://www.mathworks.com/help/matlab/ref/plot.htm…
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.
Global web icon
mathworks.com
https://www.mathworks.com/help/matlab/creating_plo…
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.
Global web icon
mathworks.com
https://www.mathworks.com/help/matlab/learn_matlab…
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.
Global web icon
mathworks.com
https://www.mathworks.com/help/matlab/data_analysi…
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 discontinuities and potential outliers, as well as the regions of interest. The MATLAB figure window displays plots.
Global web icon
mathworks.com
https://www.mathworks.com/help/matlab/creating_plo…
Create 2-D Line Plot - MATLAB & Simulink - MathWorks
Create a 2-D line plot and specify the line style, line color, and marker type.
Global web icon
mathworks.com
https://www.mathworks.com/help/matlab/2-and-3d-plo…
2-D and 3-D Plots - MATLAB & Simulink - MathWorks
Plot continuous, discrete, surface, and volume dataUse 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 using the Plots tab at the top of the MATLAB ® desktop. For illustrations of some of the types of plots you can create programmatically, see ...
Global web icon
mathworks.com
https://www.mathworks.com/help/matlab/ref/createpl…
Create Plot - Interactively create and explore visualizations in the ...
The Create Plot task lets you interactively create and explore visualizations for your data. Choose visualizations from a list of categories or let the task recommend them based on your workspace variables. The task automatically generates MATLAB ® code and adds labels to the generated visualization.
Global web icon
mathworks.com
https://www.mathworks.com/products/matlab/plot-gal…
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™.
Global web icon
mathworks.com
https://www.mathworks.com/help/matlab/ref/plot3.ht…
plot3 - 3-D line plot - MATLAB - MathWorks
This MATLAB function plots coordinates in 3-D space.
Global web icon
mathworks.com
https://www.mathworks.com/help/matlab/ref/graph.pl…
plot - Plot graph nodes and edges - MATLAB - MathWorks
Plot Graph Using Line Specifier Create and plot a graph. Specify the LineSpec input to change the Marker, NodeColor, and/or LineStyle of the graph plot.