Topics

MATLAB Plot

About this topic: Articles tagged __TAG__

Showing 39 articles

Topics

Articles

Showing 39 articles

How-tos How to Plot Histogram in MATLAB One can plot a histogram by using the histogram() and histogram2() function in MATLAB. How-tos How to Create Custom Legend in MATLAB One can add custom legends using the legend() and text() function in MATLAB. How-tos How to Apply Subplot Title in MATLAB We can add a title to a group of subplots using the sgtitle() and suptitle() function in MATLAB. How-tos How to Change Legend Title in MATLAB One can change the title of a legend using the `title()` function in MATLAB. How-tos How to Plot Circle in MATLAB One can plot a circle using the rectangle() function in MATLAB. How-tos How to Create Scatter Plot in MATLAB One can create a scatter plot using the scatter() function in MATLAB. How-tos How to Plot 3D Quiver or Vector in MATLAB One can create a 3D quiver or vector plot using the quiver3() function in MATLAB. How-tos How to Plot 3D Line or Point in MATLAB One can create a 3D plot of point or line using the plot3() function in MATLAB. How-tos How to Plot 3D in MATLAB This article helps to create 3d plots using the mesh(), scatter3(), contour3(), plot3(), quiver3(), and bar3() functions in MATLAB. How-tos How to Use Greek Symbols in Bar Graph Labels in MATLAB This tutorial discusses adding Greek symbols in a plot. One can add Greek symbols in a plot using the text() function in MATLAB. How-tos The caxis() Function in MATLAB One can set the colormap limits using the caxis() or clim() function in MATLAB. How-tos How to Plot Multiple Data Sets on a Single Scatter Plot in MATLAB One can plot multiple data sets on a single scatter plot using the scatter() function and hold on command in MATLAB. How-tos How to Create Polar Plot in MATLAB One can create a polar plot using the polarplot() function in MATLAB. How-tos MATLAB Waterfall Plot One can create a waterfall plot using the waterfall() function in MATLAB. How-tos Text Box in MATLAB We can add a text box on a plot using the annotation() and text() function in MATLAB.

← All topics