Try a test surface function
This commit is contained in:
parent
36cd80e9d0
commit
4002748dd4
@ -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)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user