代码搜索:Cartesian
找到约 512 项符合「Cartesian」的源代码
代码结果 512
www.eeworm.com/read/424063/10501390
m sb2sls2c.m
function sb2sls2c(blkname);
%SB2SLS2C converts spherical blocks to cartesian blocks.
% SB2SLS2C(BLKNAME) converts a SystemBuild block to a SIMULINK
% block. BLKNAME is a string containing the name
www.eeworm.com/read/468435/1490938
m cart2homo.m
function Q_homo = cart2homo(Q_cart, lambda)
% Q_homo = cart2homo(Q_cart, lambda)
%
% DESC:
% converts from homegeneous coordinates to cartesian ones
%
% VERSION:
% 1.1
%
% INPUT:
% Q_cart = cartes
www.eeworm.com/read/147096/12584848
m sb2sls2c.m
function sb2sls2c(blkname);
%SB2SLS2C converts spherical blocks to cartesian blocks.
% SB2SLS2C(BLKNAME) converts a SystemBuild block to a SIMULINK
% block. BLKNAME is a string containing the name
www.eeworm.com/read/101557/15826839
m sb2sls2c.m
function sb2sls2c(blkname);
%SB2SLS2C converts spherical blocks to cartesian blocks.
% SB2SLS2C(BLKNAME) converts a SystemBuild block to a SIMULINK
% block. BLKNAME is a string containing the name
www.eeworm.com/read/424063/10501448
m sb2slp2c.m
function sb2slp2c(blkname)
%SB2SLP2C converts polar blocks to cartesian blocks.
% SB2SLP2C(BLKNAME) converts a SystemBuild block to a SIMULINK
% block. BLKNAME is a string containing the name of th
www.eeworm.com/read/473001/6853784
h indirect.h
#ifndef BZ_ARRAY_INDIRECT_H
#define BZ_ARRAY_INDIRECT_H
#include
#include
BZ_NAMESPACE(blitz)
template
class
www.eeworm.com/read/147096/12584877
m sb2slp2c.m
function sb2slp2c(blkname)
%SB2SLP2C converts polar blocks to cartesian blocks.
% SB2SLP2C(BLKNAME) converts a SystemBuild block to a SIMULINK
% block. BLKNAME is a string containing the name of th
www.eeworm.com/read/101557/15826853
m sb2slp2c.m
function sb2slp2c(blkname)
%SB2SLP2C converts polar blocks to cartesian blocks.
% SB2SLP2C(BLKNAME) converts a SystemBuild block to a SIMULINK
% block. BLKNAME is a string containing the name of th
www.eeworm.com/read/388251/8622814
hpp ecef.hpp
#pragma ident "$Id: ECEF.hpp 155 2006-09-26 18:13:37Z architest $"
/**
* @file ECEF.hpp
* Encapsulate Earth-centered, Earth-fixed Cartesian coordinates
*/
#ifndef GPSTK_ECEF_HPP
#define GPSTK_E
www.eeworm.com/read/365346/9867418
m xyz2sph.m
function [az,va,d]=xyz2sph(x,y,z)
% XYZ2SPH Converts Cartesian coordinates in a left-handed
% (local geodetic) system to spherical coordinates.
% Vectorized. See also SPH2XYZ.
% Version: 7 Jul 9