代码搜索:Cartesian

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

代码结果 512
www.eeworm.com/read/207169/15281237

m xyz.m

function cart=orb2cart(OE) %ORB2CART Orbital elements to Cartesian coordinates. % Mfile for converting orbital elements ==> r, v vectors % input is vector z (6 x 1) of classical orbital elements
www.eeworm.com/read/13887/285262

m elec_write_3dspace.m

function elec_write_3dspace(p) % ELEC_WRITE_3DSPACE - Write electrode coordinate file (ascii). % % Useage: elec_write_3dspace(p) % % Write out the electrode labels, type, and Cartesian (x,y
www.eeworm.com/read/486606/1249386

java vec2.java

/* * Vec2.java */ package EDU.gatech.cc.is.util; import java.io.*; import java.lang.*; /** * A class for manipulating 2d vectors. Both polar and cartesian components * are always available.
www.eeworm.com/read/407965/2256868

java vec2.java

/* * Vec2.java */ package EDU.gatech.cc.is.util; import java.io.*; import java.lang.*; /** * A class for manipulating 2d vectors. Both polar and cartesian components * are always available.
www.eeworm.com/read/261019/4326042

java vec2.java

/* * Vec2.java */ package EDU.gatech.cc.is.util; import java.io.*; import java.lang.*; /** * A class for manipulating 2d vectors. Both polar and cartesian components * are always available.
www.eeworm.com/read/371241/9560178

m lla2ecef.m

% LLA2ECEF - convert latitude, longitude, and altitude to % earth-centered, earth-fixed (ECEF) cartesian % % USAGE: % [x,y,z] = lla2ecef(lat,lon,alt) % % x = ECEF X-coordinate (m)
www.eeworm.com/read/199482/7848817

cpp pj_units.cpp

#include "stdafx.h" /* definition of standard cartesian units */ #ifndef lint static const char SCCSID[]="@(#)pj_units.c 4.6 93/06/12 GIE REL"; #endif #define PJ_UNITS__ #include "projects.h
www.eeworm.com/read/305575/13765465

m latlon2xy.m

function[varargout]=latlon2xy(varargin) % LATLON2XY Converts latitude and longitude into Cartesian coordinates. % % [X,Y]=LATLON2XY(LAT,LON,LATO,LONO) converts (LAT,LON) with units % of degrees i
www.eeworm.com/read/157516/11696887

m calcmeascov2.m

% function [x, y, R] = CalcMeasCov2(r, theta, x1, y1, sigma_r, sigma_theta) % % Convert polar to Cartesian measurements with Covariance Matrix % % r ----- measured range % theta --- measured b
www.eeworm.com/read/251835/12317190

m stplot.m

function [H,RE,IM] = stplot(w,beta,z,c,re,im,options) %STPLOT Image of cartesian grid under Schwarz-Christoffel strip map. % STPLOT(W,BETA,Z,C) will adaptively plot the images under the % Schwa