filmov
tv
how to plot graph in MATLAB |draw graph MATLAB | MATLAB tutorials

Показать описание
how to plot graph in MATLAB |draw graph MATLAB | MATLAB tutorials
Hi everyone .........in this video, I am demonstrating how to plot a graph of a function in MatLab software. I hope this video helps you. if it helps you hit the like button and subscribe for more content like this.
Code:
% plotting graph y= sinx
x = 0:0.1:pi;
y = sin(x);
ylabel("Amplitude")
xlabel("time")
plot(x,y)
------------------------------------------------------------------------------------------------------------------------------------------------------------
recommended videos:
-------------------------------------------------------------------------------------------------------------------------------------------------------------
the device used: Asus x507 laptop-
MATLAB combines a desktop environment tuned for iterative analysis and design processes with a programming language that expresses matrix and array mathematics directly. It includes the Live Editor for creating scripts that combine code, output, and formatted text in an executable notebook.
#graph #how to plot graph in matlab #graph plotting #plotting graph in hindi #plot graph in matlab #plotting graph in matlab #graphs in matlab #graph plotting in matlab #plot graph,create plotting graph using matlab in hindi #how to graph in matlab #how to make a graph in matlab #plotting graph matlab #matlab plotting graph #plotting graph using matlab #plotting graph function #matlab graph plotting #plot graph in simulink #matlab plotting graph function #plot in matlab #plot
Hi everyone .........in this video, I am demonstrating how to plot a graph of a function in MatLab software. I hope this video helps you. if it helps you hit the like button and subscribe for more content like this.
Code:
% plotting graph y= sinx
x = 0:0.1:pi;
y = sin(x);
ylabel("Amplitude")
xlabel("time")
plot(x,y)
------------------------------------------------------------------------------------------------------------------------------------------------------------
recommended videos:
-------------------------------------------------------------------------------------------------------------------------------------------------------------
the device used: Asus x507 laptop-
MATLAB combines a desktop environment tuned for iterative analysis and design processes with a programming language that expresses matrix and array mathematics directly. It includes the Live Editor for creating scripts that combine code, output, and formatted text in an executable notebook.
#graph #how to plot graph in matlab #graph plotting #plotting graph in hindi #plot graph in matlab #plotting graph in matlab #graphs in matlab #graph plotting in matlab #plot graph,create plotting graph using matlab in hindi #how to graph in matlab #how to make a graph in matlab #plotting graph matlab #matlab plotting graph #plotting graph using matlab #plotting graph function #matlab graph plotting #plot graph in simulink #matlab plotting graph function #plot in matlab #plot
Комментарии