help-octave
[Top][All Lists]
Advanced

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

Problem in plotting a specific function graph


From: Stefanos Beligiannis
Subject: Problem in plotting a specific function graph
Date: Wed, 2 Jan 2019 14:50:48 +0000 (UTC)

I am new user of Octave. I wanted to plot a function and I wrote this code: 
pi=3.14159;
t=0:0.1:10;
y=8*sinc(8*t)-4*sinc(2*t)*cos(6*pi*t);
plot(t,y);
print(hf,"f:\yef.png");

but does not work.
Can anybody advice? 

Best Regards
Stefanos Beligiannis

Create your own email signature
DISCLAIMER:

This e-mail message and all attachments transmitted with it are intended solely for the use of the addressee and may contain confidential information. If you are not the intended recipient, or an employee or agent responsible for delivering this message to the intended recipient, you are notified that any dissemination, distribution, copying, or other use of this message or its attachments is strictly prohibited. If you have received this message in error, please notify the sender immediately by replying to this message and please delete it from your computer.



reply via email to

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