TrussDesigner
Models and optimizes trusses
Install / Use
/learn @aarwitz/TrussDesignerREADME
TrussDesigner
Explainer video: https://www.youtube.com/watch?v=XbTmWRqdpQU&t=466s
Generates a graphical and mathematical model of a 2d truss. Functions for adding/removing/moving truss joints and beams assist the user in optimizing the the truss. Additionally, a specification-checking function ensures that the truss meets inputted standards. Forces in beams are calculated using static equilibrium equations and applying linear algebra techniques to solve.
<img width="818" alt="Screen Shot 2021-11-08 at 11 50 08 AM" src="https://user-images.githubusercontent.com/61487056/140783815-b85f94d6-41f0-4270-a6d6-31ca91d4062c.png"> <img width="514" alt="Screen Shot 2021-11-08 at 11 51 36 AM" src="https://user-images.githubusercontent.com/61487056/140784026-16ea325c-64ab-4878-9ab5-aa4c450b3d93.png">To begin using, enter main() to Matlab's command window and enter help() to see what to do next.
