Path: CubeSat/Visualization
% Visualize the solar cell area for the CubeSat. Plots the solar cell areas and normals from the power substructure. You may pass in the full RHS data structure or the power substructure. -------------------------------------------------------------------------- Form: h = DrawCubeSatSolarAreas( d ) DrawCubeSatSolarAreas; % Demo -------------------------------------------------------------------------- ------ Inputs ------ d (.) Model data structure from RHSCubeSat .power (.) Power data, see also SolarCellPower .solarCellArea (1,:) Total cell area (m^2) .solarCellNormal (3,:) Unit normal vector to the cell face ------- Outputs ------- h (1,1) Figure handle -------------------------------------------------------------------------- See also SolarCellPower, RHSCubeSat --------------------------------------------------------------------------
CubeSat: Power/SolarCellPower Common: CommonData/SwooshWatermark Common: General/CellToMat Common: General/DeBlankLT Common: General/MatToCell Common: General/Watermark Common: Graphics/NewFig Common: Graphics/Plot2D Common: Graphics/PltStyle Common: Graphics/TitleS Common: Graphics/XLabelS Common: Graphics/YLabelS Common: Graphics/ZLabelS Math: Linear/Mag Math: Linear/Unit
Back to the CubeSat Module page