代码搜索:Cartesian
找到约 512 项符合「Cartesian」的源代码
代码结果 512
www.eeworm.com/read/303513/13813725
m cyl2cart.m
function B=cyl2cart(A)
%CYL2CART Transform cylindrical to Cartesian coordinates.
% T = CYL2CART(S) transforms the scalar function S
% in cylindrical coordinates to Cartesian coordinates,
%
www.eeworm.com/read/303513/13813734
m cart2cyl.m
function B=cart2cyl(A)
%CART2CYL Transform Cartesian to cylindrical coordinates.
% T = CART2CYL(S) transforms the scalar function S
% in Cartesian coordinates to cylindrical coordinates,
%
www.eeworm.com/read/38039/1094540
mnu usecsysopt.mnu
CSYS#OPTIONS
#
Use#Csys#Origin
Use coordinate system origin.
#
Use#Csys#Axis
Use coordinate system axis.
#
Define#Cartesian#Vector
Define cartesian vector.
#
www.eeworm.com/read/38039/1095992
mnu gridtype.mnu
GRID#TYPE
# remove the # sign and enter foreign help string in this line
Cartesian
Set cartesian grid.
# remove the # sign and enter foreign help string in this line
Polar
Set polar grid.
# remove th
www.eeworm.com/read/303513/13813710
m sph2cart.m
function B=sph2cart(A)
%SPH2CART Transform spherical to Cartesian coordinates.
% T = SPH2CART(S) transforms the scalar function S
% in spherical coordinates to Cartesian coordinates,
% wher
www.eeworm.com/read/303513/13813717
m cart2sph.m
function B=cart2sph(A)
%CART2SPH Transform Cartesian to spherical coordinates.
% T = CART2SPH(S) transforms the scalar function S
% in Cartesian coordinates to spherical coordinates,
% wher
www.eeworm.com/read/13887/285171
m rx.m
function [XYZ] = Rx(XYZ,a,units)
% Rx - Rotate 3D Cartesian coordinates around the X axis
%
% Useage: [XYZ] = Rx(XYZ,alpha,units)
%
% XYZ is a [3,N] or [N,3] matrix of 3D Cartesian coordinate
www.eeworm.com/read/13887/285138
m rz.m
function [XYZ] = Rz(XYZ,g,units)
% Rz - Rotate 3D Cartesian coordinates around the Z axis
%
% Useage: [XYZ] = Rz(XYZ,gamma,units)
%
% XYZ is a [3,N] or [N,3] matrix of 3D Cartesian coordinate
www.eeworm.com/read/13887/285279
m ry.m
function [XYZ] = Ry(XYZ,b,units)
% Ry - Rotate 3D Cartesian coordinates around the Y axis
%
% Useage: [XYZ] = Ry(XYZ,beta,units)
%
% XYZ is a [3,N] or [N,3] matrix of 3D Cartesian coordinates
www.eeworm.com/read/13887/285310
m elec_sph2cart.m
function [X,Y,Z] = elec_sph2cart(theta,phi,r,angle)
% ELEC_SPH2CART - convert spherical to Cartesian coordinates
%
% Convert from spherical (theta,phi,r) to Cartesian rectangular (x,y,z)
% coord