代码搜索:Cartesian
找到约 512 项符合「Cartesian」的源代码
代码结果 512
www.eeworm.com/read/343481/11944639
m xyz2enu.m
function enu = xyz2enu(xyz,orgxyz)
%XYZ2ENU Convert from WGS-84 ECEF cartesian coordinates to
% rectangular local-level-tangent ('East'-'North'-Up)
% coordinates.
%
%
www.eeworm.com/read/343481/11944783
m enu2xyz.m
function xyz = enu2xyz(enu,orgxyz)
%ENU2XYZ Convert from rectangular local-level-tangent
% ('East'-'North'-Up) coordinates to WGS-84
% ECEF cartesian coordinates.
%
www.eeworm.com/read/13887/285244
m elec_distance_testscript.m
% elec_distance_testscript to test electrode distance calculations
% Create 2 points a & b in Cartesian 3space
elec_labels = cellstr(['a' 'b']');
x = [ 2 -2]';
y = [ 3 2]';
z = [ 2 0]';
www.eeworm.com/read/454264/1631239
as defaultgridlinesrenderer.as
package com.yahoo.astra.fl.charts.axes
{
import com.yahoo.astra.utils.NumberUtil;
import fl.core.UIComponent;
/**
* Renders grid lines associated with a cartesian axis.
*
* @author Josh T
www.eeworm.com/read/423237/2028794
as defaultgridlinesrenderer.as
package com.yahoo.astra.fl.charts.axes
{
import com.yahoo.astra.utils.NumberUtil;
import fl.core.UIComponent;
/**
* Renders grid lines associated with a cartesian axis.
*
* @author Josh T
www.eeworm.com/read/388600/2548916
f90 c2rsinc.f90
program C2Rsinc
!! interpolates from cartesian coordinates to ray coordinates
!! using sinc interpolation
!! Paul Sava (paul@sep.stanford.edu)
!! 08/15/03
use rsf
implicit none
type (f
www.eeworm.com/read/356084/3042719
m rp2cart.m
% RP2Cart: Convert RectoPolar Coordinates to Cartesian
%
%
% Part of BeamLab Version:200
% Built:Friday,23-Aug-2002 00:00:00
% This is Copyrighted Material
% For Copying permissions see COPYING.m
% C
www.eeworm.com/read/183260/9173735
sql point.sql
REM Point.sql
REM Chapter 12, Oracle9i PL/SQL Programming by Scott Urman
REM This object type represents a point on a Cartesian grid.
CREATE OR REPLACE TYPE Point AS OBJECT (
-- A point is rep
www.eeworm.com/read/443148/7636796
m cart2kepler.m
function [a, e, i, omega, Omega, theta] = cart2kepler(varargin)
%CART2KEPLER Transform Cartesian coordinates to Kepler elements
%
% [a, e, i, omega, Omega, theta] = CART2KEPLER(x, y,
www.eeworm.com/read/399326/7869533
m lattice.m
function [points,edges] = lattice(X,Y,connect)
%Function [points,edges]=lattice(X,Y,connect) generates a 2D,
%"4-connected" Cartesian lattice with dimensions X and Y.
%
%Inputs: X/Y - The dimensi