├── CubeSatPowerModel.mlapp ├── GMAT_Report.txt ├── LICENSE ├── OrbitScript.script ├── README.md ├── fcn_draw_attitude.m ├── fcn_draw_geometry.m ├── fcn_power_model.m ├── fcn_read_data.m ├── fcn_set_attitude.m └── fcn_set_geometry.m /CubeSatPowerModel.mlapp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tom-etchells/PowerCubeSat/HEAD/CubeSatPowerModel.mlapp -------------------------------------------------------------------------------- /GMAT_Report.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tom-etchells/PowerCubeSat/HEAD/GMAT_Report.txt -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tom-etchells/PowerCubeSat/HEAD/LICENSE -------------------------------------------------------------------------------- /OrbitScript.script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tom-etchells/PowerCubeSat/HEAD/OrbitScript.script -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tom-etchells/PowerCubeSat/HEAD/README.md -------------------------------------------------------------------------------- /fcn_draw_attitude.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tom-etchells/PowerCubeSat/HEAD/fcn_draw_attitude.m -------------------------------------------------------------------------------- /fcn_draw_geometry.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tom-etchells/PowerCubeSat/HEAD/fcn_draw_geometry.m -------------------------------------------------------------------------------- /fcn_power_model.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tom-etchells/PowerCubeSat/HEAD/fcn_power_model.m -------------------------------------------------------------------------------- /fcn_read_data.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tom-etchells/PowerCubeSat/HEAD/fcn_read_data.m -------------------------------------------------------------------------------- /fcn_set_attitude.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tom-etchells/PowerCubeSat/HEAD/fcn_set_attitude.m -------------------------------------------------------------------------------- /fcn_set_geometry.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tom-etchells/PowerCubeSat/HEAD/fcn_set_geometry.m --------------------------------------------------------------------------------