trouble plotting a graph

 Risposta accettata

Thomas
Thomas il 13 Feb 2014
Try
t=1:0.1:10;
V=1.5*t.^2;
plot(t,V)

Più risposte (0)

Categorie

Scopri di più su 2-D and 3-D Plots in Centro assistenza e File Exchange

Richiesto:

il 13 Feb 2014

Commentato:

il 13 Feb 2014

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by