Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 548 Bytes

File metadata and controls

13 lines (8 loc) · 548 Bytes

Flex

A "simple" plate deformation project: given a rectangular or circular plate of specified dimensions, plot and measure the deformation across the plate. This program is run by a MATLAB GUI.

Key Files:

DesignProject_GUI.fig -- GUI Interface (figure) to the program DesignProject_GUI.m -- GUI Interface (script) to the program

plate_deformation.m -- primary function that calculates and plots the deformation, returns the maximum value

Report.pdf -- a .pdf report, describing the project, displaying test cases, and also holding the code