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 --------------------------------------------------------------------------
Common: Graphics/NewFig Common: Graphics/TitleS Common: Graphics/XLabelS Common: Graphics/YLabelS Common: Graphics/ZLabelS CubeSat: Power/SolarCellPower Math: Linear/Mag Math: Linear/Unit
Back to the CubeSat Module page