代码搜索:Cartesian

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

代码结果 512
www.eeworm.com/read/13887/285135

m mesh_edges.m

function edge = mesh_edges(FV) % MESH_EDGES - Calculate edge length of triangulation % % edge = mesh_edges(FV) % % FV.vertices - vertices of mesh, Cartesian XYZ % FV.faces - triangula
www.eeworm.com/read/38039/1095677

mnu setcordtyp.mnu

SET#CSYS#TYP Cartesian Coordinates have the form; X, Y, Z #Foriegn help string Cylindrical Coordinates have the form; r, theta, Z # Spherical Coordinates have the form; rho, phi, theta. #
www.eeworm.com/read/454264/1631243

as icartesianaxisrenderer.as

package com.yahoo.astra.fl.charts.axes { import flash.geom.Rectangle; /** * Interface for a cartesian chart's axis renderers. * * @see com.yahoo.astra.fl.charts.CartesianChart */ public
www.eeworm.com/read/423237/2028798

as icartesianaxisrenderer.as

package com.yahoo.astra.fl.charts.axes { import flash.geom.Rectangle; /** * Interface for a cartesian chart's axis renderers. * * @see com.yahoo.astra.fl.charts.CartesianChart */ public
www.eeworm.com/read/203062/15366185

inp terahertz.inp

terahertz { Low-charge electron bunch exits a quiet plasma in Cartesian geometry -- This simulation models (very crudely) the electron beam generated via SM-LWFA at the LBNL l'OASIS lab. The idea i
www.eeworm.com/read/106690/15626545

m chancenter.m

% chancenter() - recenter cartesian X,Y,Z channel coordinates % % Usage: >> [x y z newcenter] = chancenter(x,y,z,center); % % Optional inputs: % x,y,z = 3D coordintates of the channels % c
www.eeworm.com/read/289774/8527897

m somexamples.m

%% Author: epokh %% Website: www.epokh.org/drupy %% This software is under GPL clf clear %%Cartesian manipulator with an RPY wrist px=2.3; py=1.7; pz=7.4; fia=32; fio=178; fin=4; Tcart
www.eeworm.com/read/441422/7670619

m contents.m

%GPS Lecture 3 %Date 12-Nov-1999 % %CHECK_T repairs over- and underflow of GPS time % %FIND_EPH Finds the proper column in ephemeris array % %FRGEOD Subroutine to calculate Cartesian coord
www.eeworm.com/read/316420/13523028

m somexamples.m

%% Author: epokh %% Website: www.epokh.org/drupy %% This software is under GPL clf clear %%Cartesian manipulator with an RPY wrist px=2.3; py=1.7; pz=7.4; fia=32; fio=178; fin=4; Tcart
www.eeworm.com/read/402865/11526808

m plotje.m

function plotje(X,id,minx,maxx,miny,maxy,fs) % plotje(X,id,minx,maxx,miny,maxy,fs) % plots first two columns with respect to cartesian axes % % Input: % X: data to be plotted % Optional inpu