代码搜索:polar si9000

找到约 1,508 项符合「polar si9000」的源代码

代码结果 1,508
www.eeworm.com/read/461848/1549543

m rect2polar.m

function [r, theta] = rect2polar(x,y) %RECT2POLAR Convert rectangular to polar coordinates % Function RECT2POLAR accepts the rectangular coordinates % (x,y) and converts them into the polar coord
www.eeworm.com/read/461848/1549547

m polar2rect.m

function [x, y] = polar2rect(r,theta) %POLAR2RECT Convert rectangular to polar coordinates % Function POLAR2RECT accepts the polar coordinates % (r,theta), where theta is expressed in degrees, %
www.eeworm.com/read/172476/9705811

m uv2polar.m

function [dir,spd] = uv2polar(u,v) % uv2polar: direction and speed of (east, north) currents % % u is eastward current component % v is northward current component % dir is
www.eeworm.com/read/172476/9705821

m polar2uv.m

function [u,v] = polar2uv(dir,spd) % polar2uv: (east, north) currents of direction and speed % % u is eastward current component % v is northward current component % dir is
www.eeworm.com/read/367307/9757908

pro chapter08polar.pro

; Chapter08Polar.pro PRO Chapter08Polar mywindow = OBJ_NEW('IDLgrWindow', RETAIN = 2) myview = OBJ_NEW('IDLgrView', VIEWPLANE_RECT=[-100,-100,200,200]) mymodel = OBJ_NEW('IDLgrModel')
www.eeworm.com/read/366857/9795827

m polar3d.m

function [Xout, Yout, Zout] = polar3d(Zin,theta_min,theta_max,Rho_min,Rho_max,meshscale,varargin) % % POLAR3D Plots a 3D polar surface. % % POLAR3D(Zin,theta_min,theta_max,Rho_min,Rho