line in my graph does not show
Afficher commentaires plus anciens
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

Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur 2-D and 3-D Plots dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!