Getting Started
Hello Tool
home top contents previous up next

g = linspace(0., 2., 100);
y = sinc(g).*sinc(g);
plot(g, y);



Copyright (C) 2009 Konstantin Kirillov