plot a section through a spherical function
Syntax
N = vector3d.Z; % normal direction
plotSection(sF,N) % plot in equator planetheta = pi/3; % polar angle
plotSection(sF,N,theta) % plot small circle at 30 degree from the north polerho = linspace(0,pi); % azimuth angle
plotSection(sF,N,theta,rho) % plot half small circle at 30 degreeInput
| sF | S2Fun |
| N | normal direction of the intersection plane |
| theta | polar angle of the intersection plane |
| rho | azimuth angle of the points to be plotted |
Output
| h | handle to the axes |