line in my graph does not show
Show older comments
this is my file . when i plot my function the figure wil occur but no line is showed in it. what did i do wrong. it is driving me crazy
clear all clc
format compact
for x = 0:1:6;
V = (5/3 * x^3) ;
M = (5/4 * x^4);
end
plot ( x,V,x,M );
and this is what i'm getting out of the plot

Accepted Answer
More Answers (0)
Categories
Find more on 2-D and 3-D Plots in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!