Matlabsolutions provide latest MatLab Homework Help, MatLab Assignment Help for students, engineers and researchers in Multiple Branches like ECE, EEE, CSE, Mechanical, Civil with 100% output.
Matlab Code for B.E, B.Tech,M.E,M.Tech, Ph.D. Scholars with 100% privacy guaranteed. Get MATLAB projects with source code for your learning and research.
Here is an example for the sinus function:
- x = linspace(0,2*pi,100);
- y = sin(x);
- figure; plot(x, y);
The first line means that x is a vector of 100 values between 0 and 2 pi
plot will give you the following graph :
Comments
Post a Comment