Path: CubeSat/Utilities
% Returns the faces along each axis of a linear CubeSat. 1U means a 10 cm cube. The x and y faces are always the long faces. Alternatively a custom CubeSat may be specified by the U along each axis, such as [1 2 3] for a 2x3 6U CubeSat. -------------------------------------------------------------------------- Form: [a,n,r] = CubeSatFaces( type, rear ) -------------------------------------------------------------------------- ------ Inputs ------ type (1,:) 'nU' n may be a fraction, i.e. 1.5 or for a custom CubeSat, enter 3 axes: [x y z], as in [1 2 3] (U) rear (1,1) Flag to include the rear faces, i.e. -X, -Y, -Z ------- Outputs ------- a (1,3) or (1,6) Areas [aX aY aZ] n (3,3) or (3,6) Outward normals r (3,3) or (3,6) Location from geometric center of spacecraft --------------------------------------------------------------------------
AC: ACData/ACTConstants AerospaceUtils: AtmosphericCalculations/AtmDens2 AerospaceUtils: AtmosphericCalculations/AtmJ70 AerospaceUtils: AtmosphericCalculations/BaromExp AerospaceUtils: AtmosphericCalculations/DiffusionExp AerospaceUtils: Coord/ECIToEF AerospaceUtils: Coord/QIToBDot AerospaceUtils: Coord/QLVLH Common: CommonData/Constants Common: CommonData/SwooshWatermark Common: CommonData/xSplashSmall Common: ComponentModels/Box Common: Control/C2DZOH Common: Database/Constant Common: FileUtils/FindDirectory Common: General/CellToMat Common: General/DeBlankLT Common: General/DeleteCell Common: General/MatToCell Common: General/Watermark Common: Graphics/AddFillToPlots Common: Graphics/DrawVertices Common: Graphics/NPlot Common: Graphics/NewFig Common: Graphics/Plot2D Common: Graphics/Plot3D Common: Graphics/PltStyle Common: Graphics/TimeLabl Common: Graphics/TitleS Common: Graphics/XLabelS Common: Graphics/YLabelS Common: Graphics/ZLabelS Common: MassProperties/AddMass Common: MassProperties/IC623X3 Common: MassProperties/Inertias Common: Quaternion/Mat2Q Common: Quaternion/QForm Common: Quaternion/QMult Common: Quaternion/QTForm Common: Time/DTAToDTS Common: Time/DTSToDTA Common: Time/Date2DN Common: Time/Date2JD Common: Time/JD2000 Common: Time/JD2DN Common: Time/JD2Date Common: Time/JD2T Common: Time/T2JD CubeSat: Power/SolarCellPower CubeSat: Simulation/CubeSatAero CubeSat: Simulation/CubeSatEnvironment CubeSat: Simulation/CubeSatRadiationPressure CubeSat: Simulation/RHSCubeSat CubeSat: Utilities/CubeSatAttitude CubeSat: Utilities/CubeSatModel CubeSat: Visualization/DrawCubeSat Math: Linear/Cross Math: Linear/Dot Math: Linear/DupVect Math: Linear/Mag Math: Linear/Skew Math: Linear/SkewSq Math: Linear/SkewSymm Math: Linear/Unit Math: MathUtils/R2P5 Math: Trigonometry/ACosD Math: Trigonometry/CosD Math: Trigonometry/SinD SC: BasicOrbit/E2M SC: BasicOrbit/Nu2E SC: BasicOrbit/Nu2M SC: BasicOrbit/Period SC: BasicOrbit/RV2El SC: BasicOrbit/RVFromKepler SC: Disturbances/GravityGradientFromR SC: Disturbances/SolarF SC: Environs/BDipole SC: Environs/SolarFluxPrediction SC: Ephem/EarthRte SC: Ephem/Eclipse SC: Ephem/MSidDay SC: Ephem/SunV1 SC: SCData/sCTConstants SC: SCMat/SolarFluxPredictions
Back to the CubeSat Module page