How to make 2D Plot in MATLAB | MATLAB Fundamentals | @MATLABHelper

preview_player
Показать описание
0:00 Introduction
0:14 Different types of 2-D plots in MATLAB
3:56 Conclusion

Education is our future. MATLAB is our feature. Happy MATLABing!

#ExpertHelp #MATLAB #Simulink #Research #Training #Mathworks #MathworksCertified #MATLABAssociate #ImageProcessing #Arduino #AppDesigner #MachineLearning #LMS #OnlineCourse #Quiz #Webinar #WhatsApp #LinkedIn #Facebook #Instagram #Education #Future #MATLABing
Рекомендации по теме
Комментарии
Автор

Many users may not know about the different types of 2D plots available in MATLAB . This helper video explains every plot in a detailed manner about the definition of plot and function used to plot and how to use the function.
linear scale - #plot
semilog scale - #semilogx or #semilogy
log scale - #loglog
polar plot - #polar(theta, rho)
bar chart - #bar(x)
pie chart - #pie
histogram - #hist
scatter plot - #scatter
Really a useful video.

rohithreddy
Автор

Its good that all types of 2d plots are mentioned really helpful for knowledge

syedjunaid
Автор

the video is good and explain well in different ways and showed how to plot the graph in different ways according to the given data

bhargavivooraboina
Автор

Plot command is basically for Number plotting. In which Xaxis can be formed by linspace command :linspace(1, 10, 100); or 1:10:100 or rand(1, 10) is a good option.

gauravpathak
Автор

Plot is a very useful command to plot the graph. #Subplot is also useful to plot multiple plots given suitable commands. Polar plot is useful in plotting #Nyquist plot while checking Stability if a system. Histogram is another useful command in image processing. Very useful video in terms of plotting different types graphs.

rajatligade
Автор

Learnt different types of plots easily from this video.

ananyagiridhar
Автор

I felt good by seeing this apt explanation but along with the types of plots you may also explain them in detail with example programs.

nithishkumar
Автор

If a example is added it can be more understandable. A nice video with great representation.

heenalulla
Автор

Thank you..I learned something new from this video about Matlab plotting

archanagoudbongoni
Автор

Video is really good and helpful.All the plots are covered and explained in a precise and easy way

avniagrawal
Автор

Video is really good and helpful. In this video different types of 2D plotting with the help of “plot” function like Bar chart, Pie Chart is explained.

mihirrana
Автор

Detailed explanation and good graphics and examples.

prudhvikmokkapati
Автор

Matlab visualizes data in 2D and 3D graphics.Plot function plots line graph of given values(#Plot(x, y).).We can add labels and titles using the commands #xlabel(), #ylabel() and #title() respectively.We can add more plots in same figure.To differentiate them the function legend()is used.
1#.Log scale plots:scale values non-linearly on a log scale.
a.#Semilogx(x, y):plots x axes on log scale and y axes on linear scale.
b.#semilogy(x, y):plots y axes on log scale and x axes on linear scale.
c.#loglog(x, y): plots both x and y on log scale.
2.#Polar plots:Some data is better represented in polar co-ordinates in 2D.
Data can be visualized in many ways:1.bar chart:#bar(x).2.pie chart:#pie(x).
#Frequency histogram:Range of frequency is divided into different bins.The bar plot of this frequency the histogram.
The command# hist(x, nbin) is used for this.By default, nbin=10.
#Scatter(x, y):Displays data in co-ordinate formed of x and y matrices.
various shapes, sizes, colors are displayed in scalar plot.

dishanikam
Автор

This video was very brief explanation about the methods for creating graphs, one suggestion i would like to give is about the 'STEM' function and the difference between the stem and plot functions, and also about the linspace function and HOLD function. Rest of all was beautifully demonstrated.

sachitbasina
Автор

Animation is very good. Very well explained.

aishwaryaviswanathan
Автор

useful mainly for plotting graphs in 2d representation

ayyappalenka
Автор

nice explanation ..all types of 2D plots are mentioned here

RituparnaRanjan
Автор

Nice and clear explanation about plots and it's various peripherals and tools.
Various types of 2D plots are explained well with their descriptions such as #plot, #semilog, #loglog, #polarplots etc.
The variety of charts are also explained such as #barchart, #piechart, #frequencyhistogram.
Various peripherals of plot such as #XLabels, #yLabels, #title, #legends etc.
The vedio could be improved by addition of more examples.

rishabhgupta
Автор

The video shows different types of 2-Dimensional Plots in MATLAB with applications.

pratikshabhagwat
Автор

Nice explanation. The video really helped in 2-D plotting. Good information is shared. But also i feel script should have been explained.

pranotibendre