How to use octave to generate png images of equations

octave
a=0:0.1:5
plot(a,kernelGauss(a,2))
xlabel(’r')
ylabel(’W(r)’)
title(’Gaussian Smoothing Kernel - h=2′)
print(’kernel.png’,'-dpng’)

If you enjoyed this post, please consider to leave a comment or subscribe to the feed and get future articles delivered to your feed reader.

Comments

No comments yet.

Leave a comment

(required)

(required)