Wisdom Materials
Home
About Us
Our Clients
Careers
Services
Education
Jobs
News
Business
Health
Astrology
Entertainment
RealEstate
Devotion
Contact Us
MatLab Manual
/ Matlab line spacing graph on plane Program
Program Name
Write a Matlab Program for Matlab line spacing graph on plane Program.
Theory
Using plot function we plot the graphs in matlab.
Program Code
Copy Program Code
x = linspace(0,10,25); y = x.^2; p = plot(x,y,'-s');
Input:
Output:
Click for Matlab Online Compiler (Copy, Paste and Press Enter)
Home
Back