代码搜索:Cartesian

找到约 512 项符合「Cartesian」的源代码

代码结果 512
www.eeworm.com/read/157345/11718359

m draxis.m

function draxis(translation) % The function: % % draxis(translation) % % draws Cartesian axis with 2 arrows % in the current 2-dimensional axis. % Optional arg allows
www.eeworm.com/read/155109/11898424

m outer.m

%OUTER Outer product generalized % % function m = outer(v1,f,v2) % % v1,v2 row vectors % m matrix, the elements are the res- % ult of applying 'f' to the % cartesian product of v1 and v2 %
www.eeworm.com/read/370047/9621553

m nrbline.m

function curve = nrbline(p1,p2) % % Function Name: % % nrbline - Construct a straight line. % % Calling Sequence: % % crv = nrbline() % crv = nrbline(p1,p2) % % Parameters: %
www.eeworm.com/read/265723/11255257

m sph2cart.m

function [x,y,z] = sph2cart(az,elev,r) %SPH2CART Transform spherical to Cartesian coordinates. % [X,Y,Z] = SPH2CART(TH,PHI,R) transforms corresponding elements of % data stored in spherical coo
www.eeworm.com/read/235380/14072995

m nrbline.m

function curve = nrbline(p1,p2) % % Function Name: % % nrbline - Construct a straight line. % % Calling Sequence: % % crv = nrbline() % crv = nrbline(p1,p2) % % Parameters: %
www.eeworm.com/read/290607/8472137

m cinertia.m

%CINERTIA Compute the Cartesian (operational space) manipulator inertia matrix % % M = CINERTIA(ROBOT, Q) % % Return the n x n inertia matrix which relates Cartesian force/torque to % Cartesian accel
www.eeworm.com/read/185152/9054709

m cart2sph.m

function [az,elev,r] = cart2sph(x,y,z) %CART2SPH Transform Cartesian to spherical coordinates. % [TH,PHI,R] = CART2SPH(X,Y,Z) transforms corresponding elements of % data stored in Cartesian coordi
www.eeworm.com/read/365346/9867394

m xyz2ell.m

function [lat,lon,h]=xyz2ell(X,Y,Z,a,e2) % XYZ2ELL Converts cartesian coordinates to ellipsoidal. % Uses iterative alogithm. Vectorized. See also XYZ2ELL2, % XYZ2ELL3. % Version: 25 Oct 96 % Us
www.eeworm.com/read/365346/9867447

m xyz2ell2.m

function [lat,lon,h]=xyz2ell2(X,Y,Z,a,e2) % XYZ2ELL2 Converts cartesian coordinates to ellipsoidal. % Uses iterative alogithm with Bowring height formula % to improve convergence rate (see B.R. B
www.eeworm.com/read/365346/9867460

m ell2xyz.m

function [x,y,z]=ell2xyz(lat,lon,h,a,e2) % ELL2XYZ Converts ellipsoidal coordinates to cartesian. % Vectorized. % Version: 18 Jan 96 % Useage: [x,y,z]=ell2xyz(lat,lon,h,a,e2) % Input: lat - vect