Courses
Tutorials
Interview Prep
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
Similar Topics
Web Technologies
32.1K+ articles
DSA
20.4K+ articles
Python
19.6K+ articles
Experiences
15.8K+ articles
Interview Experiences
14.5K+ articles
School Learning
11.1K+ articles
JavaScript
9.9K+ articles
Java
9.4K+ articles
Misc
7.7K+ articles
Software Engineering
2.0K+ articles
MATLAB-graphs
16 posts
Recent Articles
How To Build Decision Tree in MATLAB?
Last Updated: 28 April 2025
MATLAB is a numerical and programming computation platform that is primarily used for research, modeling, simulation, and analysis in academics, engineering, physics, fin...
read more
Picked
MATLAB
MATLAB-graphs
Create Polar Axes in MATLAB
Last Updated: 23 July 2025
Polar Axes/Coordinate system is a type of coordinate system which rather than using the traditional cartesian axes with X and Y axes uses polar coordinates, which consists...
read more
Picked
MATLAB
MATLAB-graphs
How To Generate Periodic and Aperiodic Sequence in MATLAB?
Last Updated: 28 April 2025
The signal is an electric or electromagnetic current carrying data, that can be transmitted or received. Mathematically represented as a function of an independent variabl...
read more
Software Engineering
MATLAB-graphs
Automatically Plot Different Color Lines in MATLAB
Last Updated: 28 April 2025
MATLAB handles the colors of plots on its own as it has the functionality to do so. What this means is that when a user plots multiple lines in a plot, MATLAB gives each l...
read more
Picked
MATLAB
Technical Scripter 2022
MATLAB-graphs
Axes Appearance and Behavior in MATLAB
Last Updated: 28 April 2025
MATLAB offers many types of axes such as polar axes, cartesian axes, etc. The default appearances of these axes are dynamically determined by MATLAB on case-by-case requir...
read more
Picked
MATLAB
MATLAB-graphs
Plotting Error Bars in MATLAB
Last Updated: 28 April 2025
Error bars are a way of plotting errors on each point in a data set as vertical bars in a linear plot. MATLAB provides a simple function to plot the error bars for a given...
read more
Picked
MATLAB
MATLAB-graphs
How to Calculate the Impulse Response in MATLAB?
Last Updated: 28 April 2025
Impulse response δ(t) is defined as the output signal that is the result of applying an impulse to a system. The system could be signal filter as well. Physical understand...
read more
Picked
MATLAB
MATLAB-graphs
Spectrogram in MATLAB
Last Updated: 28 April 2025
A Spectrogram is a detailed, visual representation of how the frequency spectrum of a signal varies with time. They are highly useful in academic and research fields such ...
read more
Software Engineering
Technical Scripter 2022
MATLAB-graphs
How to Normalize a Histogram in MATLAB?
Last Updated: 08 December 2021
Histogram normalization is a technique to distribute the frequencies of the histogram over a wider range than the current range. This technique is used in image processing...
read more
Software Engineering
Picked
MATLAB-graphs
MATLAB image-processing
Types of 2-D discrete data plots in MATLAB
Last Updated: 23 July 2025
Any data or variable that is limited to having certain values is known as discrete data. Many examples of discrete data can be observed in real life such as:The output of ...
read more
MATLAB
Blogathon-2021
MATLAB
MATLAB-graphs
Mesh Surface Plot in MATLAB
Last Updated: 30 May 2021
Mesh Surface Plot is used to depict f(X, Y, Z) in a three-dimensional space. Matlab allows users to create mesh surface plots using the mesh() method.Different syntax of m...
read more
Picked
MATLAB
MATLAB-graphs
How to add a ButtonGroup in MATLAB ?
Last Updated: 14 May 2021
ButtonGroup allows users to manage toggle buttons and radio buttons in the figure. ButtonGroup object can be created using uibuttongroup() method.Different syntaxes of uib...
read more
Picked
MATLAB
MATLAB-graphs
3D Plots in MATLAB
Last Updated: 09 May 2021
In MATLAB, we can plot different types of modules like 2d plotting and 3d plotting. In this article, we will see what are the various types of 3D plotting.Mesh Plot: A mes...
read more
Picked
MATLAB
MATLAB-graphs
Plot a 3D Contour in MATLAB
Last Updated: 21 April 2021
Contour plots are used to show 3D surfaces by plotting z- slides on a 2D surface. A contour plot is also called a line plot. In contour, we have 3 variables x, y, z. The x...
read more
Picked
MATLAB-graphs
Computer Vision
Plot Expression or Function in MATLAB
Last Updated: 28 April 2021
In this article, we will discuss how to plot expressions or functions in MATLAB. We can make use fplot() function in MATLAB to generate the plot corresponding to an expres...
read more
Picked
MATLAB
MATLAB-graphs
1
2