help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

plotting problems.


From: Kirk
Subject: plotting problems.
Date: Fri, 26 Apr 2013 12:38:29 -0700 (PDT)

I am trying to plot the values of division and I know something is not right. I have a scalar value and then try to divide by a matrix of time t1 but I get no graph in plot and when I type int he octave window the value I ma wanting to plot i get only a scalar value instead of a matrix. any ideas here is the code.
Qg = 5.13e-15;
for t1 = 0.1e-9:0.2e-9:3e-9
hold on;
igp = Qg./t1;
plot(t1, igp);
hold off;


end

Thanks for the help
Kirk

reply via email to

[Prev in Thread] Current Thread [Next in Thread]