help-octave
[Top][All Lists]
Advanced

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

Fwd: Mismatch between plotted graph and its saved file.


From: Kavya Manohar
Subject: Fwd: Mismatch between plotted graph and its saved file.
Date: Thu, 27 Feb 2014 17:07:55 +0530


Hi,

I plotted a sinusoid and a straight horizontal line on same graph. But when it was saved  in '.png' format using print function the straight line did not appear in the figure. 

The following is the code.

f=50;
t=[0:1/(35*f):3/f];
Vm=12*sqrt(2);
A=Vm*sin(2*pi*f*t);
plot(t,A,"1",t,Vm,"1");
print("test.png")


Why could it be so? What is the way out?


Thanks

Kavya Manohar


reply via email to

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