Try a test surface function

This commit is contained in:
Naoki Saito 2017-01-08 14:36:36 -08:00
parent 36cd80e9d0
commit 4002748dd4

View File

@ -1,4 +1,6 @@
module SurfacePlotsTests module SurfacePlotsTests
using Plots
plotlyjs();
m=32; n=5; m=32; n=5;
r = (0:m)/m r = (0:m)/m
theta = reshape(pi*(-n*m:n*m)/m, 1, 2*n*m+1) theta = reshape(pi*(-n*m:n*m)/m, 1, 2*n*m+1)